naming variables

조회 수: 4 (최근 30일)
Hassan
Hassan 2011년 6월 9일
I have a text file, s, and I have a varaible, Var1. I wonder how I can chane the name of Var1 using the content of the text variable s? (I'm not sure if I expressed the question clearly). Could you please help me about that?
s='myData'
Var1=[1 2 3]

채택된 답변

Paulo Silva
Paulo Silva 2011년 6월 9일
s='myData'
Var1=[1 2 3]
assignin('base',s,Var1)
  댓글 수: 1
Hassan
Hassan 2011년 6월 9일
thanks a lot Paulo.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Variables에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by