syntax to store char in mat file
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
sir, please can anyone tell me what is the syntax to store char in mat-file
0 commentaires
Réponse acceptée
Thomas
le 30 Mai 2012
var_name='c' % saves the char 'c' in var_name
save('new.mat','var_name') % saves the variable 'var_name' in new.mat file
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Workspace Variables and MAT-Files dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!