Generating code from simulink
조회 수: 2 (최근 30일)
이전 댓글 표시
I've been trying to generate code from a simulink model. It keeps giving me the "too many input arguments" error. I'd appreciate any help. Thanks.
댓글 수: 8
Ryan G
2012년 11월 26일
What is the process you are using to build the model? For example, I could build a model in the configuration parameters (build button), CTRL-B or do RTWBUILD in the MATLAB command window.
답변 (1개)
Babak
2012년 11월 26일
Which target are you generating code for? (grt or ...?)
You might want to reduce the model by removing the blocks and signals one by one (if possible) and generate code so that this way you can hopefully figure out which block is it that is giving you this error message.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!