embedded toolbox _api outpout

6 Ansichten (letzte 30 Tage)
Vasiliki
Vasiliki am 15 Mär. 2011
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?

Akzeptierte Antwort

Kaustubha Govind
Kaustubha Govind am 15 Mär. 2011
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.

Weitere Antworten (0)

Kategorien

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

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by