Open variables workspace in new window?
Mostrar comentarios más antiguos
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 comentarios
Adam
el 15 de Nov. de 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
el 15 de Nov. de 2019
Editada: Giuseppe Antonio
el 15 de Nov. de 2019
Adam
el 15 de Nov. de 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.
Respuestas (0)
Categorías
Más información sobre Whos en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!