embedded toolbox _api outpout

Hello, when I try to produce c code from an m file (for example test), the c files produced, contain, apart from the test.c file, also a test_api.c. What is the use of this api file?

 Respuesta aceptada

Kaustubha Govind
Kaustubha Govind el 15 de Mzo. de 2011

0 votos

It defines the interface functions for the algorithm. Essentially, the function exported from test_api.h is the one you should be calling in your external application.

Más respuestas (0)

Categorías

Más información sobre Embedded Coder en Centro de ayuda y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by