Borrar filtros
Borrar filtros

syntax to store char in mat file

3 visualizaciones (últimos 30 días)
saloni singhal
saloni singhal el 30 de Mayo de 2012
sir, please can anyone tell me what is the 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)

Categorías

Más información sobre Workspace Variables and MAT-Files en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by