plotting a 4d graph as a series of 3d slices
Mostra commenti meno recenti
I am measuring the intensity of a set of power meter readings over a 3d space. I am currently running a scan of 50x50 points in the x and y directions at a given z point and recording the intensity at each step.
This works and i can plot a surf, or a pcolor fine.
What I want to do now is take a series of scans at different z points, I would like to display all of this data on a 3d graph displaying the pcolor (or something similar) graph for each z point as a plane.
I have been looking at the slice function but have not been able to get it to work.
Basically I have:
Xpoints = 50x50 double, Ypoints = 50x50 double, Readings = 50x50 double,
at point z1
and i will have a series of these at different z values.
Can somebody help me with formatting this data so that I can use slice with the full set of z values or have any suggestions about how I should do this?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Lighting, Transparency, and Shading in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!