How can I access and read 3D cell in may file
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello, I have mat file with 1*41 cells , each cell has 8*200 elements ..

Is it consider a 3D matrix ,,, and how can I access to the elements ? Or Is there a way to convert it to 3D matrix?
Thank you..
댓글 수: 0
답변 (1개)
Love Matlab
2020년 6월 29일
If you want to access for example the 1st 8x200 matrix :
frames = {mm.FrameStack};
frame1 = frames{1} ; %this will be the 1st 8x200 matrix
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!