photo

xianghong


Last seen: 거의 2년 전 2013년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: neuroscience, MRI, electrophysiology

통계학

  • Thankful Level 1

배지 보기

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...

11년 초과 전 | 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...

11년 초과 전 | 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년 초과 전 | 답변 수: 4 | 0

4

답변