Open variables workspace in new window?
古いコメントを表示
Is it possible to open a workspace stored as .mat file in a new window assuming that my program runs as function (and not as a script) and the callback function performing such a task is a function nested into it (and called by a pushbutton)?
3 件のコメント
Adam
2019 年 11 月 15 日
As far as I am aware there is only one workspace window per instance or Matlab. But also you can only be actively in one workspace at any given time. If you are running through a string of nested function calls you can use the callstack to take you up to the parent workspace, but I don't believe you can open another workspace window within the same Matlab instance.
Giuseppe Antonio
2019 年 11 月 15 日
編集済み: Giuseppe Antonio
2019 年 11 月 15 日
Adam
2019 年 11 月 15 日
All Matlab windows have a little down arrow menu in the top right that allow you to undock or redock them. You can also click in the title bar of any window, such as Variables and drag it around to dock elsewhere inside or outside of the main Matlab window.
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Whos についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!