| Display format | display >> |
| disp(V) |
a variable
disp(V) displays the value of the variable V.
disp uses current format setting to display numeric values.
disp('Hello Nelson')
disp(pi)
disp(eye(3, 3))
disp always ends with a newline.
disp('')
| Version | Description |
|---|---|
| 1.0.0 | initial version |
Allan CORNET