xianghong
Followers: 0 Following: 0
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...
12年以上 前 | 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...
12年以上 前 | 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) '=...
12年以上 前 | 4 件の回答 | 0
