Tutorial

Often when I create a new vector or matrix, I do not want MATLAB to display it on the screen. (The following example is a case in point: I do not need to see the 41 components of vector x or vector y.) When a MATLAB command is followed by a semicolon, MATLAB will not display the output. x=linspace(0,1,41); y=sin(pi*x); plot(x,y) ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download