Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Specify limits to a plane's dimension, depending on data dimensions, so it exactly overlaps data
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Thorsten
le 21 Sep 2015
Determine the minimum and maximum values of your data and then use patch to draw a plane below the data.
5 commentaires
Cette question est clôturée.
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!