variable to output name
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Leyon
el 1 de Nov. de 2013
name = 'adams'
c = 2x+4
I would like the value of "name" to be the variable for c. Therefore, instead of:
c = 2x+4
it would be:
adams = 2x+4
Respuesta aceptada
Azzi Abdelmalek
el 1 de Nov. de 2013
a=[2 4 5];
assignin('base','adams',a)
1 comentario
Azzi Abdelmalek
el 1 de Nov. de 2013
But I don't see why it's important to change the name of your variable?
Más respuestas (0)
Ver también
Categorías
Más información sobre Whos en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!