xianghong
Followers: 0 Following: 0
Professional Interests: neuroscience, MRI, electrophysiology
Feeds
已回答
how to make a variable name from a string
EDU>> test='eye'; EDU>> value=[1,2,3]; EDU>> eval([sprintf(test) '=value+1']) Index exceeds matrix dimensions. Lo...
how to make a variable name from a string
EDU>> test='eye'; EDU>> value=[1,2,3]; EDU>> eval([sprintf(test) '=value+1']) Index exceeds matrix dimensions. Lo...
11 years 前 | 0
已回答
how to make a variable name from a string
This seems like to name the fields within a variable. If I just want to make a variable name from a string, how to do it? Tha...
how to make a variable name from a string
This seems like to name the fields within a variable. If I just want to make a variable name from a string, how to do it? Tha...
11 years 前 | 0
提问
how to make a variable name from a string
2013a version >> test='eye' >> value = [5,5,3] value = 5 5 3 >> eval([sprintf(test) '=...
11 years 前 | 4 个回答 | 0