Change workspace from function to base
46 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Alex Wooten
am 9 Mär. 2021
Kommentiert: Stephen23
am 10 Mär. 2021
I would like to switch workspaces from a function workspace to Matlab's base workspace. To illustrate, I can run one of my script files and place a breakpoint within an embedded function. The workspace window contains the variables local to that function. How do I get back to my script's workspace (base) without just stepping through the remainder of the function until it goes back to the main script or pressing the quit debugging button? I don't need to use these variables in the embedded function, since I've already passed in the parameters I need, this would just be to visually check what's going on in the base workspace at that moment.
3 Kommentare
Stephen23
am 10 Mär. 2021
As well as the menu option described by Mario Malic and Matt J, you can also use these commands:
Both of these approaches are explained in the MATLAB documentation:
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Function Creation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!