Regarding RTW
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
I am trying to generate Embedded code using command Line.
I have a simple simulink model, which consists an adder and two multipliers.
Now i want to generate an ert.tlc using command line.
If i build the system using configuration parameters, i am able to generate an EXE file.
But when i am trying to generate using command line, by using make_rtw (model), i am not able to generate an EXE file.
Can any one tell, why this is happening??
Regards
Sriharsha S
댓글 수: 2
채택된 답변
Kaustubha Govind
2012년 2월 14일
The command to generate code from a model is rtwbuild(model), not make_rtw(model).
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!