필터 지우기
필터 지우기

How to stack .mat files?

조회 수: 2 (최근 30일)
Chathu
Chathu 2016년 4월 28일
댓글: Chathu 2016년 4월 30일
Suppose in one of my data set, i have 20 .mat files.
Now, i want to stack all 20 .mat files together.
The issue is though they are in the same data set, size of each .mat file differs (not a huge variation though). As my final objective is to create a 3D model, how can i stack those .mat files together in order to open in another visualization software? Kindly (atleast) send me a link/documentation which help me to resolve this issue.

채택된 답변

Walter Roberson
Walter Roberson 2016년 4월 28일
You cannot stack .m files. You might be able to stack variables that are stored in the files.
However, if the variables are not all the same size, you need to define how they are to align. Should they be rescaled (as if they are images of different resolution), or should the center all be in the same place and the smaller ones should be padded on all sides, or should the top left edge be aligned and the bottom right be padded on the smaller, or are these images containing features that have to be "registered" (lined up), or ... ?
  댓글 수: 5
Chathu
Chathu 2016년 4월 29일
i am wondering why i am getting an error? (eg: Subscripted assignment dimension mismatch)
So its possible to stack the variable K now, is it? Thank you in advance.
Chathu
Chathu 2016년 4월 30일
i was able to get away with the error by commenting out the foll: data(:,:,K) = thisvar;

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

추가 답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by