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!