Plot Simulink scope in App designer
显示 更早的评论
I have built an app which interacts with a simulink model, set the block values and runs it. Now in the app I want to include the graph plotted from scope and I need to show a specific value at the output in the app. How to do this?
采纳的回答
更多回答(2 个)
Jasmine Poppick
2024-4-26
1 个投票
Starting in R2024a, you can use App Designer to interactively create an app for a Simulink model, which includes the capability to easily and performantly visualize signal data in the app using the new time scope UI component.
In addition, you can:
- Add UI components configured specifically to interact with your model, such as a simulation start/stop control and a simulation progress bar.
- Tune model variables from the app while the simulation runs by connecting UI components to variables.
Kilsu Kim
2023-5-11
0 个投票
Hi Rahul,
I hope this answer help
Thanks,
Kilsu
类别
在 帮助中心 和 File Exchange 中查找有关 Modeling 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!