find an inclined plane from 3D data and plot it

조회 수: 5 (최근 30일)
Abhishek Saini
Abhishek Saini 2020년 10월 27일
답변: Vimal Rathod 2020년 12월 4일
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

답변 (1개)

Vimal Rathod
Vimal Rathod 2020년 12월 4일
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:

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by