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 Center および File ExchangeData Import and Export についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by