embedded toolbox _api outpout
조회 수: 7 (최근 30일)
이전 댓글 표시
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
채택된 답변
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
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!