Unable to run rtwmakecfg file. Insufficient number of outputs
7 次查看(过去 30 天)
显示 更早的评论
When building a model using a speedgoat blockset with Simulink Real Time, I receive the following error. "Insufficient number of outputs from right hand side of equal sign to satisfy assignment"
I am unsure what causes this or how to resolve it.
0 个评论
回答(2 个)
aditi bagora
2024-6-28
Hi Donovan,
It is difficult to understand where the real issue is without looking at the model. But, based on the error it seems there is a number of output mismatch in the model.
I would suggest you to follow the hyperlink in the error message. In order to fix the errors, verify whether all the connections made and their input ouput ports are connected correctly.
After fixing the issues, run the simulation and go to Diagnostic Viewer to check if there is any other issue or warnings to fix.
You can refer to the following MathWorks documentation for more information diagnosis of errors in Simulink:
Hope this helps!
0 个评论
Dimitri MANKOV
2024-7-16
Hi Donovan,
In the vast majority of cases related specifically to Simulink Real-Time in R2020a and earlier, this (admittedly cryptic) error message is a symptom of an incorrectly configured compiler. Please make sure that you've selected a compiler compatible with Simulink Real-Time using the command:
mex -setup
The list of compilers compatible with Simulink Real-Time can be found here for every MATLAB release. A version of Microsoft Visual Studio is usually required.
I hope this is helpful!
Dimitri
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulink Real-Time 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!