Next:
Graphics
Up:
Introduction to MATLAB
Previous:
Functions
Contents
Matrices & Arrays
All variables in MATLAB are treated as
matrices
.
Matrices can be entered directly or can be generated by other functions.
>>help zeros >>help ones >>help tan
IMPORTANT:
For any square matrix
x
(as the matrix
A
above), compare the difference between the results of
and
by modifying your previous
fun.m
.
Array Operations.
Cem Ozdogan 2011-12-27