plotting a 4d graph as a series of 3d slices
이전 댓글 표시
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?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Lighting, Transparency, and Shading에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!