Plotting a 6 Dimensional Array
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Tanvir Ahmad
el 9 de En. de 2015
Comentada: geekyGiraffe
el 21 de Jun. de 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 comentarios
Respuesta aceptada
Zoltán Csáti
el 10 de En. de 2015
Plot like a multivariate function: by its level sets.
5 comentarios
Zoltán Csáti
el 14 de En. de 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
el 14 de En. de 2015
Try using the squeeze command:
mesh(x, y, squeeze(m(1,1,1,1,:,:)));
Más respuestas (0)
Ver también
Categorías
Más información sobre Wind Power en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!