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

조회 수: 3 (최근 30일)
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
Deepesh B 2014년 12월 2일
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
  댓글 수: 1
amarjeet singh
amarjeet singh 2014년 12월 2일
thanks sir for fast answer sir how can convert it proper C++ code so that we do not need that data type. my main problem is that I am using my algorithm to solve benchmarks function but matlab code is taking so much time so to reduce it i am thinking to convert it in C++ but because of these data type I am getting problem and I am not to good in C++ data type

댓글을 달려면 로그인하십시오.

카테고리

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

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by