Borrar filtros
Borrar filtros

Alternative to convhulln() function for code generation in Simulink?

2 visualizaciones (últimos 30 días)
Andrew Poissant
Andrew Poissant el 1 de Mzo. de 2019
Respondida: Shivam Gupta el 5 de Mzo. de 2019
I am trying to get my matlab code in a matlab function block in Simulink. However, one of the functions I use, convhulln(), is not supported for code generation. Does anyone know of any workarounds for this? Only options I have seen is to code it myself but I am not totally sure how to do that. I am running 2018b for matlab and simulink.

Respuestas (1)

Shivam Gupta
Shivam Gupta el 5 de Mzo. de 2019
At the link below you can find a complete list of the functions and objects supported for C/C++ code generation as of R2018b.
Since convhulln() is not supported for Code Generation, you can try writing code for convhulln() and then generate C/C++ code using MATLAB Coder. At the link below you can find a link to Getting Started with MATLAB Coder.
For more information see:
https://in.mathworks.com/videos/generate-c-code-from-matlab-code-108233.html

Categorías

Más información sobre Simulink Coder en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by