Change workspace from function to base

61 views (last 30 days)
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 Comments
Alex Wooten
Alex Wooten on 9 Mar 2021
Sorry, I don't see what you're talking about. Could you be more specific? I don't see anything named stack above the editor window.

Sign in to comment.

Accepted Answer

Matt J
Matt J on 9 Mar 2021
Edited: Matt J on 9 Mar 2021
I don't see anything named stack above the editor window.
You will not see it until you are at a breakpoint, but once you are it will be here:

More Answers (0)

Categories

Find more on Embedded Coder in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!