Generating code from simulink
显示 更早的评论
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 个评论
Babak
2012-11-26
what is in your model?
Kaustubha Govind
2012-11-26
Please also paste the exact error message.
Tolutola
2012-11-26
Walter Roberson
2012-11-26
How are you triggering the error message?
Do you have Simulink Coder installed?
Kaustubha Govind
2012-11-26
Tolutola: I was hoping there was more to the error message, like a stack trace. Could you maybe attach a snapshot of the error. (See Where can I upload images and files for use on MATLAB Answers?)
Kaustubha Govind
2012-11-26
Also, I am assuming that you are able to simulate the model, correct?
Tolutola
2012-11-26
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
0 个投票
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Simulink Coder 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!