examples in the vision toolbox fail to load .mat files

조회 수: 2 (최근 30일)
Brian Hodges
Brian Hodges 2023년 5월 31일
댓글: Brian Hodges 2023년 6월 1일
Trying to run computer vision toolbox matlab 9.11.0.1769968 (R2021b). Get the following error
>> handData = load('hand3d.mat');
Warning: Variable 'fixed' originally saved as a pointCloud cannot be instantiated
as an object and will be read in as a uint32.
Warning: Variable 'moving' originally saved as a pointCloud cannot be instantiated
as an object and will be read in as a uint32.

답변 (1개)

Steven Lord
Steven Lord 2023년 5월 31일
The pointCloud function is part of Computer Vision Toolbox and was introduced in release R2015a. Do you have this toolbox installed and licensed? You can check this by running the ver command and looking for a line starting with "Computer Vision Toolbox" in the displayed output.
If that line does not exist you will need to install Computer Vision Toolbox to use this function.
  댓글 수: 4
Steven Lord
Steven Lord 2023년 5월 31일
It sounds like your path may have been corrupted at some point. Try to restore the default path using restoredefaultpath.
Brian Hodges
Brian Hodges 2023년 6월 1일
restoredefaultpath resolved the issue. Thanks for the help

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기

태그

제품


릴리스

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by