Any alternative to set_param() for Compiled Matlab code
1 次查看(过去 30 天)
显示 更早的评论
I am creating a programmatically GUI in Matlab. This is communicating with a Simulink model using set_param(). I have successfully compiled the Simulink model, and are able to run this from the GUI.
When I try to compile the GUI-code using Matlab Coder, the communication is no longer working as set_param(), and similar, are not supported by Matlab Coder.
Is there a alternative solution to using set_param() when deploying this code?
Thanks.
Br Stian
2 个评论
Kaustubha Govind
2012-6-18
I'm assuming you meant to say MATLAB Compiler and not MATLAB Coder? MATLAB Coder does not supported code generation from GUI functions, but MATLAB Compiler does.
回答(1 个)
Kaustubha Govind
2012-6-18
None of the Simulink commands are supported for deployment with MATLAB Compiler. See this previously answered question.
4 个评论
Smile Smile
2022-6-3
Thank you for your answer. Is there any update to this question (2022)? Thank you!
Amal Aljasmi
2022-9-7
Are there any alternatives to "get_param" ? It is not supported by MATLAB Compiler
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!