How to change the value in edit field and Simulink model constant at the same time in the app designer?
11 次查看(过去 30 天)
显示 更早的评论
Hi!
I have an existing simulink model of chemical process, I want to create an app, where I can change the input constants to get results in plots and so on. The problem is that I haven't found any info how to connect edit field (numeric) to simulink constant.
Thanks for help!
0 个评论
回答(1 个)
Vimal Rathod
2021-6-22
Hi,
You could use the "ValueChangedFcn" callback to create a callback for the editfield in the app. Then in the callback code you could access the simulink model's block data and change it during its execution.
Refer to the following link to know how to change the block's inputs or parameters during execution:
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!