23.07.2013 Views

MATLAB/OCTAVE TUTORIAL from

MATLAB/OCTAVE TUTORIAL from

MATLAB/OCTAVE TUTORIAL from

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

x(.6)<br />

Warning: Subscript indices must be integer values.<br />

% means: <strong>MATLAB</strong> will round up your decimal index however it prefers that you enter an integer<br />

x = [1 2 3 4]<br />

y = [1 2 3]<br />

x.*y<br />

??? Error using ==> .*<br />

Matrix dimensions must agree.<br />

% means: x and y are not the same size

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!