'whos' command will display the details of all variables in the work space
Example Program:
%% Generate a matrix A
A=[5 4 3; 2 6 3; 8 9 5];
%Get the details about the A
whos;
Example Program:
%% Generate a matrix A
A=[5 4 3; 2 6 3; 8 9 5];
%Get the details about the A
whos;
No comments:
Post a Comment