Plotting a 6 Dimensional Array
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Tanvir Ahmad
le 9 Jan 2015
Commenté : geekyGiraffe
le 21 Juin 2017
I have a 6 dimensional array with each dimension have 17 elements. Now I want to plot this array but don't know how. Can anyone please suggest a method to plot this array
3 commentaires
Réponse acceptée
Zoltán Csáti
le 10 Jan 2015
Plot like a multivariate function: by its level sets.
5 commentaires
Zoltán Csáti
le 14 Jan 2015
It is quite ambiguous for me to deal with arrays of more than 3 dimensions. I suggest you to use a cell array instead, in which every cell would contain a matrix representing a wind turbine.
arich82
le 14 Jan 2015
Try using the squeeze command:
mesh(x, y, squeeze(m(1,1,1,1,:,:)));
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!