How to plot the 4th dimension of an array?
Afficher commentaires plus anciens
Hi All,
I retrieved a matrix that stores a variable called temp. The matrix is 4D. If I want to retrieve only the 4th column and plot it how can i do that?
Réponse acceptée
Plus de réponses (1)
Sabarinathan Vadivelu
le 4 Déc 2013
Modifié(e) : Sabarinathan Vadivelu
le 4 Déc 2013
Extract the 4th dimension first.
fourthDimMatrix = allMatrix(:,:,4)
Then try plot function
3 commentaires
Walter Roberson
le 4 Déc 2013
That is not the 4th dimension, that is the 4th page of the third dimension.
Sabarinathan Vadivelu
le 4 Déc 2013
@Walter: Thanks.
srinivasarao tanniru
le 4 Déc 2013
Catégories
En savoir plus sur Line Plots dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!