matlab windows (desktop basics)
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
is the window below in the picture the "base workspace"?
and if yes what is the variables that could be stored in it?
![Capture.png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/270600/Capture.png)
0 comentarios
Respuestas (1)
Walter Roberson
el 8 de Feb. de 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 comentarios
Ver también
Categorías
Más información sobre Whos en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!