matlab windows (desktop basics)
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
is the window below in the picture the "base workspace"?
and if yes what is the variables that could be stored in it?
0 Commenti
Risposte (1)
Walter Roberson
il 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 Commenti
Vedere anche
Categorie
Scopri di più su Whos in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!