matlab windows (desktop basics)
2 views (last 30 days)
Show older comments
is the window below in the picture the "base workspace"?
and if yes what is the variables that could be stored in it?
0 Comments
Answers (1)
Walter Roberson
on 8 Feb 2020
In context it probably is the base workspace. Any variable can be stored there. Any time you are not executing inside any function then any assignment goes into the base workspace by default, and you can use assignin('base') to deliberately assign into it.
5 Comments
See Also
Categories
Find more on Whos in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!