How can I access and read 3D cell in may file
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello, I have mat file with 1*41 cells , each cell has 8*200 elements ..
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/323995/E46562C0-62A9-4F9D-9C62-E7BD334FF3A4.jpeg)
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 commentaires
Réponses (1)
Love Matlab
le 29 Juin 2020
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 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!