Debug for Matlab Coder

5 Ansichten (letzte 30 Tage)
Zafer Orhan
Zafer Orhan am 22 Mär. 2016
Beantwortet: Kanishk am 28 Jan. 2025
hi,
i want to use matlab coder for convert to c++ code from matlab. But matlab give errors.
How can i debug this errors?

Antworten (1)

Kanishk
Kanishk am 28 Jan. 2025
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!

Kategorien

Mehr zu MATLAB Coder finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by