Code generation for polybuffer
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
YOUNSIL KIM
am 14 Mai 2025
Kommentiert: YOUNSIL KIM
am 14 Mai 2025
In the webpage of mathwork, the polybuffer function supports the code generation capability using MATLAB coder.
But, when I generate the code containing polybuffer, the Coder error message appeared as "polybuffer is not supported for code generation".
How can I fix this problem?
0 Kommentare
Akzeptierte Antwort
Steven Lord
am 14 Mai 2025
Can you confirm which release of MATLAB you're using? It appears that the C/C++ code generation support for polybuffer was added in release R2023a. If you're using an older release (not the release R2024b with which this question is marked) then you would need to upgrade to R2023a or later to generate code from polybuffer.
Weitere Antworten (0)
Siehe auch
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!