Feeds
질문
In MATLAB, is it possible to extract GPS data from LAS files?
If I download a compressed LAS file, can I use MATLAB to extract its GPS coordinates?
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
How can I extract xyz coordinates from a point cloud, given that the class is PointCloud instead of PointCloud2? Is there a way to convert the class type from PointCloud to PointCloud2?
I keep getting the error: Undefined function or variable 'xyzPoints' Class gives me: >> class(ptCloud) ans = 'pointC...
7년 초과 전 | 답변 수: 1 | 0
