Owning Class: support
Requires: MathScript RT Module
disp(a)
Displays the content of a variable without displaying the name of the variable. (Real-Time Module) Use the rt_debugoutput function to display data when debugging MathScript code on an RT target.
| Name | Description |
|---|---|
| a | Specifies a variable whose content you want to display. a is a string. |
A = [3, 2, -1; 1, 6, 3; 2, -4, 0];
disp(A)