4D plot with contour
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello,
I want to plot the following data:
A: with a size of <7*4>
B: with a size of <7*4>
C: with a size of <7*4>
the XY plane should have a 2D contour including the above 3 matrices. then,
Z: with size of <1*100> will represent the Z-axis
D: with a size of <10*length(Z)> will represent the volumetric data in the volume XYZ
Note the number 10 in the D Matrix represents 10 arbitrary points in inside the contour on XY plane
can you please help me to plot that
Kind Regards
Yasser
1 comentario
Walter Roberson
el 29 de Mzo. de 2013
Please clarify:
For each Z, you have 10 values. Are those 10 values comprised of 5 X-Y pairs? So there is a point at (D(1,K), D(2,K), Z(1)) and another at (D(3,K), D(4,K), Z(1)) and so on ? If so then what size should the point be, what color, or what volume should it occupy?
Or you have a 10-dimensional volume at each Z location?
Respuestas (2)
Sean de Wolski
el 29 de Mzo. de 2013
It sounds like you want to use a slice() or isosurface()
Personally, I recommend this for making that easier:
0 comentarios
Yasser
el 3 de Abr. de 2013
1 comentario
Walter Roberson
el 3 de Abr. de 2013
Editada: Walter Roberson
el 3 de Abr. de 2013
10 points within the given contour is not enough information to determine where those 10 points should be. The three contours either have no overlapping areas (in which case there can be no points at all, not 10), or the three can touch only at a single point (in which case there is exactly 1 point, not 10), or the three can overlap for an area (in which case there is an infinity of points within the area, and 10 scalars is not enough information to tell you which of those infinite points you want.)
Have you considered providing us with a sample plot? Especially one that shows how the 10 "D" values map into the two-dimensional space of the intersection of the three contours?
Ver también
Categorías
Más información sobre Contour Plots 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!