saving all variable values in matlab's workspace together with their names
Afficher commentaires plus anciens
I'd like to save all my variables in my workspace to a file together with their names in a certain way:
%<*firstVariableName>firstVariableValue(s)%</firstVariableName>
%<*secondVariableName>secondVariableValue(s)%</secondVariableName>
I'd like to save each variable on a new line. I've experimented with the function who, but I can't seem to get it to work.
I also have problem getting it to save as UTF-8, is there a simple encoding setting that could be changed?
2 commentaires
Matt Kindig
le 15 Mai 2013
Could you post your current code?
Are all variables scalar?
Walter Roberson
le 15 Mai 2013
Modifié(e) : Walter Roberson
le 15 Mai 2013
Is "s" to be the value, or is "firstVariableValue(s)" to be the value, or does the (s) indicate that there could be multiple values? If there could be multiple values, then how do you want to delimit them? What if the do not form a vector ? Are the values certain to be numeric ?
Réponses (0)
Catégories
En savoir plus sur Workspace Variables and MAT Files dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!