Plotting a 6 Dimensional Array
8 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Zoltán Csáti
2015-1-10
Plot like a multivariate function: by its level sets.
5 个评论
Zoltán Csáti
2015-1-14
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
2015-1-14
Try using the squeeze command:
mesh(x, y, squeeze(m(1,1,1,1,:,:)));
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!