save variables in matlab workspace
Show older comments
I have a function which calls a script. There are some variables in script. I want to save them to my command window. How can i do that. Any help fellas.
Accepted Answer
More Answers (1)
Walter Roberson
on 12 Nov 2012
assignin('base', 'variablename', value)
Categories
Find more on Whos in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!