Open variables workspace in new window?
Ältere Kommentare anzeigen
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 Kommentare
Adam
am 15 Nov. 2019
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
am 15 Nov. 2019
Bearbeitet: Giuseppe Antonio
am 15 Nov. 2019
Adam
am 15 Nov. 2019
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.
Antworten (0)
Kategorien
Mehr zu Entering Commands finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!