Why is pcread not working on any .ply file?
2 次查看(过去 30 天)
显示 更早的评论
I'm currently trying to import a .ply file into Matlab to parse it for vertices and faces, and I was tinkering with the new R2017a pcread() method. However, I have been unable to process any .ply, such as
ptCloud = pcread('ant.ply');
without getting the error:
Undefined function 'pcread' for input arguments of type 'char'.
Error in ply_to_mat (line 5)
ptCloud = pcread('ant.ply');
The 'ant.ply' file is in my current working directory yet it still isn't working. Any possible explanation?
0 个评论
回答(2 个)
Alex Borg
2020-9-24
Hello,
I have previously fixed this problem for myself. Please update to the newest version of MATLAB (at least R2020a), then try again.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Point Cloud Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!