Clear Filters
Clear Filters

where can I find the table gives information about icons for different variables in the help file?

29 views (last 30 days)
In the matlab help file , MATLAB Workspace browser, there is a line reading "The Workspace browser shows the name of each variable,...The icon for each variable denotes its class". where can I find the overall information about icons for different variables? Is there any table describe these information?

Answers (1)

Vivek Selvam
Vivek Selvam on 14 Oct 2013
Edited: Vivek Selvam on 14 Oct 2013
Hi Joy
  1. Type workspace in your command window and you should be able to see the Workspace window.
  2. Type whos in your command windows and you should be able to see the variables available, their size, class etc.
  3. This link under MATLAB documentation provides an extensive list of data types or class of variables.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!