MATLAB Notes:




*PRINTING*

disp('job done')

fprintf('job done \n')


'...' 3 dots meaning

The three dots '...' tell matlab that the code on a given line continues on the next line.


After plotting the figure, hide or show labels:

view -> plot browser