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?

 채택된 답변

Kaustubha Govind
Kaustubha Govind 2011년 3월 15일

0 개 추천

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개)

카테고리

도움말 센터File Exchange에서 Embedded Coder에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by