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에서 Entering Commands에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!