How a 4D and 5D matrix or array look like? Can we say that a 4D array is another for of 3d or reshaping the 3d matrix in a bigger 3d matrix. Please reply soon.
Afficher commentaires plus anciens
PLease help me to understand Multidimensional arrays and matrix. It is being difficult to visualize 4d/5d arrays/matrix.
Réponse acceptée
Plus de réponses (1)
James Tursa
le 23 Oct 2015
You could say:
A vector is an array of scalars.
A 2D matrix is an array of vectors.
A 3D array is an array of 2D matrices.
A 4D array is an array of 3D arrays.
A 5D array is an array of 4D arrays.
Etc.
Without knowing the motivation for your question, it is hard to be more specific in answering.
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!