MATLAB Commands
MATLAB Commands
%{
make a multi-line comment
%}
x:y:z make array starts with x and increases by y and doesn’t exceed z
x:z make array starts with x and increases by 1 and end with z
transpose of a matrix
‘
get the complex conjugate of a complex number
* matrix multiplication