MATLAB deploy command error
조회 수: 2 (최근 30일)
이전 댓글 표시
I am trying to deploy the MATLAB function to Raspberry pi to run servo motors but it is showing some error. 'Check for missing argument or incorrect argument data type in call to function 'codegen'.'
I have tried to run the same function directly to raspberry pi and its working fine, but I want to use it as a deploy command codegen.
Please see the screenshot for better overview of the code and problem.

댓글 수: 0
답변 (1개)
Walter Roberson
2021년 11월 5일
You should be giving the function name, not the file name. So no '.m' on it.
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Support Package for Raspberry Pi Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!