0% found this document useful (0 votes)
39 views25 pages

De Vera Matlab

This document is a MATLAB report submitted by Airell Francis S. de Vera to Dr. Pocholo Loresco. It describes MATLAB preliminaries experiments involving basic MATLAB commands and functions, matrix operations, and control flows. The report concludes that MATLAB provides a standardized syntax for mathematical operations but requires programming experience to properly use.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views25 pages

De Vera Matlab

This document is a MATLAB report submitted by Airell Francis S. de Vera to Dr. Pocholo Loresco. It describes MATLAB preliminaries experiments involving basic MATLAB commands and functions, matrix operations, and control flows. The report concludes that MATLAB provides a standardized syntax for mathematical operations but requires programming experience to properly use.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 25

MATLAB REPORT

ECE0009L

ACTIVITY #1: MATLAB


PRELIMINARIES

Submitted by: Airell Francis S. de Vera


Submitted to: Dr. Pocholo Loresco

LORESCO, P.J. | Experiment 1: MATLAB Preliminaries


Experiment 1
MATLAB Preliminaries

LORESCO, P.J. | Experiment 1: MATLAB Preliminaries


LORESCO, P.J. | Experiment 1: MATLAB Preliminaries
LORESCO, P.J. | Experiment 1: MATLAB Preliminaries
LORESCO, P.J. | Experiment 1: MATLAB Preliminaries
LORESCO, P.J. | Experiment 1: MATLAB Preliminaries
LORESCO, P.J. | Experiment 1: MATLAB Preliminaries
LORESCO, P.J. | Experiment 1: MATLAB Preliminaries
LORESCO, P.J. | Experiment 1: MATLAB Preliminaries
LORESCO, P.J. | Experiment 1: MATLAB Preliminaries
LORESCO, P.J. | Experiment 1: MATLAB Preliminaries
LORESCO, P.J. | Experiment 1: MATLAB Preliminaries
LORESCO, P.J. | Experiment 1: MATLAB Preliminaries
LORESCO, P.J. | Experiment 1: MATLAB Preliminaries
LORESCO, P.J. | Experiment 1: MATLAB Preliminaries
LORESCO, P.J. | Experiment 1: MATLAB Preliminaries
LORESCO, P.J. | Experiment 1: MATLAB Preliminaries
LORESCO, P.J. | Experiment 1: MATLAB Preliminaries
LORESCO, P.J. | Experiment 1: MATLAB Preliminaries
EX#1 EX#3
a=A*N t=[0:0.01:f*2*pi];
b=P*N y=cos(t);
c=A.*N
EX#4
d=det(N') sum=t1+t2;
e=inv(A)*N t1=t2;
t2=sum;
EX#2
inv(A)*C EX#5
g(i)=(1*n)^i

This application (MATLAB) can have different


solution and different process. And using this
application you can solve different problem by just
using proper codes and control flow and also using
matrix is one of them

A useful tool for systematizing and providing a standard


syntax format to math users worldwide. MATLAB is a little
bit confusing if you’re using it for the first time you still need
a background on programming in order to put the correct
codes into it. You have to be familiar to the settings to
navigate it correctly.

LORESCO, P.J. | Experiment 1: MATLAB Preliminaries


EXERCISE 1:

LORESCO, P.J. | Experiment 1: MATLAB Preliminaries


EXERCISE 2:

EXERCISE 3:

LORESCO, P.J. | Experiment 1: MATLAB Preliminaries


LORESCO, P.J. | Experiment 1: MATLAB Preliminaries
EXERCISE 4:

EXERCISE 5:

LORESCO, P.J. | Experiment 1: MATLAB Preliminaries


LORESCO, P.J. | Experiment 1: MATLAB Preliminaries

You might also like