how to change a simulink block diagram to GUI?
4 次查看(过去 30 天)
显示 更早的评论
i want to change this simulink model directly to GUI, where i can play with the PID, Step and Control signal input and to see the result of scope.
2 个评论
采纳的回答
Birdman
2017-11-10
I gathered all the blocks within a subsystem and created a mask from it. If you double click the subsystem, you will see the parameters tunable when the simulation is running. When you make a change during simulation, click Apply button. To open the scope, click Open Scope button. Hope this is what you want.
2 个评论
Birdman
2017-11-10
To code scope, write
open_system('your model name/Scope');
To code step
step(sys);
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Programmatic Model Editing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!