variable to output name
2 views (last 30 days)
Show older comments
name = 'adams'
c = 2x+4
I would like the value of "name" to be the variable for c. Therefore, instead of:
c = 2x+4
it would be:
adams = 2x+4
Accepted Answer
Azzi Abdelmalek
on 1 Nov 2013
a=[2 4 5];
assignin('base','adams',a)
1 Comment
Azzi Abdelmalek
on 1 Nov 2013
But I don't see why it's important to change the name of your variable?
More Answers (0)
See Also
Categories
Find more on Whos 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!