Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Specify limits to a plane's dimension, depending on data dimensions, so it exactly overlaps data
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Thorsten
il 21 Set 2015
Determine the minimum and maximum values of your data and then use patch to draw a plane below the data.
5 Commenti
Questa domanda è chiusa.
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!