when a matlab code is generated through matlab coder many files are generated .what is the role of these file can some elobrate so that me and other who looks this question will get benifit
显示 更早的评论
when a matlab code is generated through matlab coder many files are generated .what is the role of these file can some elobrate so that me and other who looks this question will get benifit
回答(1 个)
Deepesh B
2014-12-2
0 个投票
Hi That are some functions and matlab data type specifications and header files. that files are very important to build the code. U have to use ert_main.c if u are selecting ert.tlc while generating code. ert_main.c will be the main code. Before that i am suggesting u to study Matlab Coder and simulink embedded coder toolboxes
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB Coder 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!