naming variables

1 visualización (últimos 30 días)
Hassan
Hassan el 9 de Jun. de 2011
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]

Respuesta aceptada

Paulo Silva
Paulo Silva el 9 de Jun. de 2011
s='myData'
Var1=[1 2 3]
assignin('base',s,Var1)
  1 comentario
Hassan
Hassan el 9 de Jun. de 2011
thanks a lot Paulo.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Environment and Settings en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by