disp(V)
| Parameter | Description |
|---|---|
| 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('')
| Version | Description |
|---|---|
| 1.0.0 | initial version |