ptCloud = pcread('m185.ply');
pcshow(ptCloud);
model = createpde(3);
importGeometry(model, 'm185.stl');
pdegplot(model, 'FaceLabels', 'on');
ptCloud = pcread('m185.ply');
pcshow(ptCloud);
model = createpde(3);
importGeometry(model, 'm185.stl');
pdegplot(model, 'FaceLabels', 'on');