Matlab Coder: Error when using some functions
Afficher commentaires plus anciens
I'm using Matlab coder to convert my Matlab code to C.
I have some error related to below functions, and have some questions.
- imwrite function cannot be converted. Is there any other function that i can use?
- I'm using insertShape function as belowed:
insertShape(IMG, 'Rectangle',[AREA_L AREA_U AREA_W AREA_H], 'LineWidth', 5, 'Color', 'red');
The Error is : コード生成では COLOR は数値でなければなりません。
What does it mean? How can I fix it?
Thank you.
1 commentaire
hoang tuan
le 19 Avr 2023
Réponses (0)
Catégories
En savoir plus sur MATLAB Coder dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!