how to know variables in workspace in MatLab -- MatLab
how to know variables in workspace in MatLab
-- MatLab
command who or whos
syntax
who
syntax
whos
more syntax on the link following.
who only displays the variables in workspace.
whos displays the variables in workspace and about its info.
more details on
Comments
Post a Comment