How to Access All Variables of a Function?
Show older comments
Imagine I have several functions in an M File and want to see ALL variables of one of these functions when it is executed. How?
I use
assignin('base', 'var', val)
to see inside a function, but it only show one of variables of a function, but I want to see ALL variables of its. My main purpose to do so is to check whether all variables are working and they have a correct structure and value
Accepted Answer
More Answers (0)
Categories
Find more on Scope Variables and Generate Names 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!