Auto-code friendly functions

19 visualizaciones (últimos 30 días)
Siamak Hesar
Siamak Hesar el 30 de En. de 2019
Comentada: Siamak Hesar el 30 de En. de 2019
I am generating code in Matlab that will later be converted to C via Auto-code. I am wondering if there is a list of auto-code friendly functions for high-level MATLAB built-in functions. In other words, I am trying to figure out which built-in functions I can use and which ones I should avoid and try to replicate. For instance, functions like "norm", "log", "chol", "cholupdate", "qr", and etc.
Thanks.

Respuesta aceptada

OCDER
OCDER el 30 de En. de 2019
You'll need to look through these supported Matlab functions for automatic code generation.
https://www.mathworks.com/help/coder/language-supported-for-code-generation.html
  1 comentario
Siamak Hesar
Siamak Hesar el 30 de En. de 2019
Thanks a lot for the link, it is very helpful. Is there, however, a distinction between C vs. C++ code gen, when it comes to this list? For instance, are all the objects mentioned in the list have efficinet way of generating "C" code?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Structures 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