Convert A String Into a MATLAB Variable Name
显示 更早的评论
I was trying to figure out if a had a string such as a= 'TEMP' and create a second variable which has the name TEMP which I would assign a corresponding value to. The problem is that I want to have 'TEMP' vary in a loop or as part of a function without have to manually assign it.
回答(2 个)
Sean de Wolski
2011-7-7
1 个投票
Don't do it!
What if the variable name is 'size' or 'sum' or something useful and you overwrite a needed builtin function?
Chirag Gupta
2011-7-7
0 个投票
This is useful in certain cases as shown in the examples
类别
在 帮助中心 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!