Filter löschen
Filter löschen

Convert A String Into a MATLAB Variable Name

2 Ansichten (letzte 30 Tage)
Drew
Drew am 7 Jul. 2011
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.

Antworten (2)

Sean de Wolski
Sean de Wolski am 7 Jul. 2011
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
Chirag Gupta am 7 Jul. 2011
There is a MATLAB function to do this: genvarname
This is useful in certain cases as shown in the examples

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by