Plotting a 6 Dimensional Array
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Tanvir Ahmad
am 9 Jan. 2015
Kommentiert: geekyGiraffe
am 21 Jun. 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 Kommentare
Akzeptierte Antwort
Zoltán Csáti
am 10 Jan. 2015
Plot like a multivariate function: by its level sets.
5 Kommentare
Zoltán Csáti
am 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
am 14 Jan. 2015
Try using the squeeze command:
mesh(x, y, squeeze(m(1,1,1,1,:,:)));
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Wind Power finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!