syntax to store char in mat file
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
sir, please can anyone tell me what is the syntax to store char in mat-file
0 Kommentare
Akzeptierte Antwort
Thomas
am 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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Workspace Variables and MAT-Files finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!