syntax to store char in mat file

조회 수: 18 (최근 30일)
saloni singhal
saloni singhal 2012년 5월 30일
sir, please can anyone tell me what is the syntax to store char in mat-file

채택된 답변

Thomas
Thomas 2012년 5월 30일
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개)

카테고리

Help CenterFile Exchange에서 Workspace Variables and MAT Files에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by