How to save all global variables?
Show older comments
The save command only saves those Matlab variables which are visible in a workspace. It does not, however, cover the global variables which are reported by who('global') but have not been declared as globals in this workspace. Is there a way to save all global variables in a given Matlab session, even if their names are not known a priori?
1 Comment
Accepted Answer
More Answers (1)
Tarun Luthra
on 19 Dec 2017
0 votes
I am trying to do same thing. how do I save something inside a function such as a global variable out to workspace?
Categories
Find more on Variables in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!