Can I create local function variables at runtime and are how are they evaluated subsequently?
Show older comments
I am using a parent function that calls another child (nested) function. This child function creates a new variable inside the parent's local workspace, using "assignin('caller', 'newVariable')". How can I use this "newVariable" in the parent function's body to evaluate it?
Accepted Answer
More Answers (0)
Categories
Find more on Develop Apps Using App Designer 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!