matlab windows (desktop basics)
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Walter Roberson
2020 年 2 月 8 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Whos についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!