syntax to store char in mat file

 Respuesta aceptada

Thomas
Thomas el 30 de Mayo de 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

Más respuestas (0)

Etiquetas

Preguntada:

el 30 de Mayo de 2012

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by