Info
This question is closed. Reopen it to edit or answer.
Specify limits to a plane's dimension, depending on data dimensions, so it exactly overlaps data
2 views (last 30 days)
Show older comments
I am plotting a plane which should overlap with 3D data available. In certain cases (as shown below), the plane's dimension becomes too large. How can I specify the dimensions of the plane so that it more or less overlaps with my data and does not appear very huge?
Is it in the meshgrid function? What should the input be? This dimension should adapt to all my other (but similar) data.
This is how you can use the functions:
DisplayReconstructedScene( PointCloud3D, J1 ); hold on
load('n,V and p.mat')
[ n,V,p,x,y,z ] = Display_Plane(n, V, p);
0 Comments
Answers (1)
Thorsten
on 21 Sep 2015
Determine the minimum and maximum values of your data and then use patch to draw a plane below the data.
5 Comments
This question is closed.
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!