Info
此问题已关闭。 请重新打开它进行编辑或回答。
Specify limits to a plane's dimension, depending on data dimensions, so it exactly overlaps data
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Thorsten
2015-9-21
Determine the minimum and maximum values of your data and then use patch to draw a plane below the data.
5 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!