matlab windows (desktop basics)
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
is the window below in the picture the "base workspace"?
and if yes what is the variables that could be stored in it?
0 commentaires
Réponses (1)
Walter Roberson
le 8 Fév 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 commentaires
Voir également
Catégories
En savoir plus sur Whos dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!