save variables in matlab workspace
88 views (last 30 days)
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.
0 Comments
Accepted Answer
Azzi Abdelmalek
on 12 Nov 2012
Edited: Azzi Abdelmalek
on 12 Nov 2012
value=15;
assignin('base','var',value)
% 'var' is your variable name
More Answers (1)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!