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