MATLAB deploy command error
Mostra commenti meno recenti
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.

Risposte (1)
Walter Roberson
il 5 Nov 2021
0 voti
You should be giving the function name, not the file name. So no '.m' on it.
1 Commento
Sanchit Jain
il 7 Nov 2021
Categorie
Scopri di più su MATLAB Support Package for Raspberry Pi Hardware in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!