variable to output name
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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
Risposta accettata
Azzi Abdelmalek
il 1 Nov 2013
a=[2 4 5];
assignin('base','adams',a)
1 Commento
Azzi Abdelmalek
il 1 Nov 2013
But I don't see why it's important to change the name of your variable?
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Whos in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!