syntax to store char in mat file

sir, please can anyone tell me what is the syntax to store char in mat-file

 채택된 답변

Thomas
Thomas 2012년 5월 30일

0 개 추천

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개)

카테고리

태그

Community Treasure Hunt

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

Start Hunting!

Translated by