Debug for Matlab Coder

조회 수: 5 (최근 30일)
Zafer Orhan
Zafer Orhan 2016년 3월 22일
답변: Kanishk 2025년 1월 28일
hi,
i want to use matlab coder for convert to c++ code from matlab. But matlab give errors.
How can i debug this errors?

답변 (1개)

Kanishk
Kanishk 2025년 1월 28일
I understand that you are using MATLAB Coder to convert MATLAB code to C++ code and encountering issues. In the issues panel of the image shared, some common issues are for unsupported MATLAB functions and blocks. You can check the MATLAB Coder documentation to ensure that all functions used in your code are supported. Consider replacing unsupported functions with alternatives or writing custom code.
You can check the supported functions and objects using this MATLAB Documentation.
Thanks!

카테고리

Help CenterFile Exchange에서 MATLAB Coder에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by