embedded toolbox _api outpout
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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?
0 commentaires
Réponse acceptée
Kaustubha Govind
le 15 Mar 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.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Embedded Coder dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!