Member of the support class.
display(a)
Displays the name and content of a variable.
Examples
A = [3, 2, -1; 1, 6, 3; 2, -4, 0];display(A)