disp
Display a variable.
Syntax
disp(V)
Input argument
V - a variable
Description
disp(V) displays the value of the variable V.
disp uses current format setting to display numeric values.
Examples
disp always ends with a newline.
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated