stateVector.variable
Display state vector variable in console
Syntax
Description
Prints concise information about a variable to the console. Links to more detailed information about the variable. Also links to information about each dimension.
obj.variable(variable, dimensions)obj.variable(variable, -1)
Also displays information about the listed dimensions in the console. If -1 is used as the second input, displays information about all dimensions in the variable.
obj.variable(variable, dimensions, detailed)
Specify whether to print detailed, or concise information about the variable and dimensions in the console. By default, displays concise information.
Specify whether to suppress information about the variable. If dimensions are specified and the variable is suppressed, only prints information about the dimensions to the console. If no dimensions are specified, prints the variable as usual. By default, the variable’s information is not suppressed.
Input Arguments
v
variableName
dimensions
detailed
suppressVariable
Prints
Displays information about a variable and its dimensions to the console