"Undefined function 'pointCloud' for input arguments of type 'uint8'."
조회 수: 5 (최근 30일)
이전 댓글 표시
i am using matlab 2014a version, when i am trying to run the matlab coding it showing error. "Undefined function 'pointCloud' for input arguments of type 'uint8'." what can i do??
댓글 수: 4
Ameer Hamza
2018년 4월 21일
@Mano, you can use command ver to check whether you have Computer vision toolbox. If It is not present then you need to get and install it first before using this command.
채택된 답변
Walter Roberson
2018년 4월 21일
pointCloud was introduced in R2015a. You would need to upgrade.
댓글 수: 0
추가 답변 (1개)
참고 항목
카테고리
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!