Not working with matlab 2016
eshafeeqe opened this issue · 2 comments
eshafeeqe commented
I am getting following error while executing command to make a point cloud.
pc = pointCloud('Lion.xyz');
pc.plot;
Error using pointCloud
Error: File: pointCloud.m Line: 403 Column: 9
A constructor call to superclass KDTreeSearcher appears after the object is used, or after a return.
I am using ubuntu 14.04.
jandob commented
Got the same error, i think its because matlab now has its builtin pointCloud class.
pglira commented
Hi, I commited a major update for the pointCloud class. Your issue is solved now, as the point cloud class is no longer a subclass of the KDTreeSearcher class.