Plotting a 6 Dimensional Array
8 views (last 30 days)
Show older comments
Tanvir Ahmad
on 9 Jan 2015
Commented: geekyGiraffe
on 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 Comments
Accepted Answer
Zoltán Csáti
on 10 Jan 2015
Plot like a multivariate function: by its level sets.
5 Comments
Zoltán Csáti
on 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
on 14 Jan 2015
Try using the squeeze command:
mesh(x, y, squeeze(m(1,1,1,1,:,:)));
More Answers (0)
See Also
Categories
Find more on Wind Power in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!