matlab windows (desktop basics)
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
is the window below in the picture the "base workspace"?
and if yes what is the variables that could be stored in it?
0 Kommentare
Antworten (1)
Walter Roberson
am 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 Kommentare
Siehe auch
Kategorien
Mehr zu Whos finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!