Warning when opening a mat file
조회 수: 8 (최근 30일)
이전 댓글 표시
Hi,
I have got a rather big mat file (870.04 MB) which I would like to open.
I get the following worning:
Warning: Variable 'XX' originally saved as a XXX cannot be instantiated as an object and will be read in as a
uint32.
Do you have any suggestions on how I can solve this problem?
Thank you in advance for your help
댓글 수: 0
채택된 답변
Walter Roberson
2020년 1월 27일
You need to have the class definition of XXX on your path in order to be able to load those objects.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Movie에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!