Back to Core Functions
disp
Display value
Syntax
disp(X)
Description
Displays the value of a variable or expression without the variable name.
Parameters
| Name | Description |
|---|---|
| X | Value to display |
Returns
The input value (also displayed as output)