필터 지우기
필터 지우기

how to add rownames and column names for mat file

조회 수: 8 (최근 30일)
hp
hp 2018년 9월 16일
댓글: hp 2018년 9월 16일
i have some matfiles and i need to assign row names to all the rows of mat file

답변 (1개)

Image Analyst
Image Analyst 2018년 9월 16일
A mat file does not have rows. You can save an additional variable in your mat file if you want though. Just list them all
save('my variables.mat', 'var1', 'rowHeadings', 'fileNames', 'dataTable');
or whatever. Adapt as needed.
  댓글 수: 1
hp
hp 2018년 9월 16일
i am not getting how can i add all the names of the images to my mat file..

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Import, Export, and Conversion에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by