pglira / Point_cloud_tools_for_Matlab

Various point cloud tools for Matlab
http://www.geo.tuwien.ac.at/pg/pctools/pctools.html
MIT License
116 stars 43 forks source link

can't find pointCloud.plot function #9

Closed YangYunfang closed 12 months ago

YangYunfang commented 12 months ago

hello! I an a newer to deal with point Cloud data in matlab, I attempt to plot point clouds, but the error occured, showing that the class pointCloud didn't have the plot function. I checked the matlab help, it shows that the pointCloud class really own the plot function. Why many reference matlab code use the pointCloud.plot function? Should I download another source of class pintCloud?