embedded toolbox _api outpout

조회 수: 7 (최근 30일)
Vasiliki
Vasiliki 2011년 3월 15일
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일
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개)

카테고리

Help CenterFile Exchange에서 Embedded Coder에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by