- Implementing a custom solver in Simulink using available blocks for code generation, you need to develop your own algorithm or use the available blocks to create custom solver that achieves the same purpose of “fsolve”
- You could also use External Function Interface by writing the logic in any of the external languages compatible and use the external functional block from Simulink.
How to Compile Simulink model which has fsolve function?
1 次查看(过去 30 天)
显示 更早的评论
Hello everyone,
I am trying to compile a Simulink model with 'fsolve' fcn into a Python Package and since 'fsolve' is not supported for code-generation I can't use (Embedded) MATLAB Function block so I've put it in an Interpreted MATLAB Fcn block, as suggested here: https://www.mathworks.com/matlabcentral/answers/42811-fsolve-in-simulink-model#comment_1780841
But I cannot generate code from an Interpreted MATLAB Function block as was stated here too:
Is there any way to have fsolve in a Simulink model and be able to compile it?
Thanks in advance.
0 个评论
回答(1 个)
Dheeraj
2024-1-8
Hi,
I understand that you want to know any way to have “fsolve” in a Simulink model and be able to compile it.
“fsolve” is not supported for code generation and Interpreted MATLAB Function block for code generation in any release.
But you can use the following workarounds.
Choose among the alternatives depending upon the nature of your problem and requirements for code generation.
Hope this helps!
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!