find an inclined plane from 3D data and plot it

6 views (last 30 days)
Hi MATLAB Users,
I have 3D matrix of 501x501x501. I want to plot the data of the plane at 45 degree passing through point (x=250,y=250,z=501). How can I do this in MATLAB.
I used the slice function to plat the data for the parallel planes, but could not find the way to plot data for an inclined plane.
Not: I dont want to rotate the plane. I need the data for a plane at an angle.
Thanks

Answers (1)

Vimal Rathod
Vimal Rathod on 4 Dec 2020
Hi,
You have to create an inclined plane surface matrix using meshgrid and then put those x,y,z values in the slice function as xslice, yslice and zslice to get the slice of the data for your set of points.
Refer to the following link for more details on the slice function:

Products


Release

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!