How to create a 3D matrix using the 2D matrices
Mostrar comentarios más antiguos
Hello All
I have 72 matrices of size 137x137 each.So i want to store these matrices in a 3D matrix with third dimension as index of each 137x137 matrix which makes a 3D matrix of size 137x137x72.
So guys do help me in sorting this out.
1 comentario
swati rani
el 25 de Ag. de 2017
Heyie,
could you be kind enough to share your experience, how did you resolve your problem?
Respuesta aceptada
Más respuestas (1)
Souarv De
el 20 de Feb. de 2020
1 voto
randi(10,137,137,72)
Categorías
Más información sobre Shifting and Sorting Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!