Why do I receive a compilation error about undefined function or variable "handle" or "graph2d" with MATLAB Compiler?
이전 댓글 표시
When compiling my application with:
mcc -v -m myapp.m
I receive the following errors:
References to "handle" will produce a run-time error because it is an undefined function or variable.
References to "graph2d" will produce a run-time error because it is an undefined function or variable.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 C Shared Library Integration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!