필터 지우기
필터 지우기

How to convert mat file size?

조회 수: 1 (최근 30일)
maha lakshmi
maha lakshmi 2013년 3월 16일
Hi,
I have calculated the features of size <432*1> and has 3456 bytes but while saving feature vector of many images as separate mat file many file has 3KB size and few files have 2KB size due to this variation I am unable to concatenate the feature vectors of 1000 images so, please give some suggestions for this problem.

채택된 답변

Walter Roberson
Walter Roberson 2013년 3월 16일
Do not concatenate .mat files themselves. Only concatenate values in the workspace. The size on disk of a .mat file is irrelevant, and can reflect how well the data is compressed rather than the number of elements in the array.
  댓글 수: 2
maha lakshmi
maha lakshmi 2013년 3월 16일
Thank you sir,can you please say how to concatenate the values in the workspace
Walter Roberson
Walter Roberson 2013년 3월 16일
That sounds like your existing question http://www.mathworks.co.uk/matlabcentral/answers/67285-concatenation-of-mat-files-of-different-sizes which you did not show us code for.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by