How to open Scope in Simulink with Matlab command?
50 次查看(过去 30 天)
显示 更早的评论
Hi everyone
I want to run the simulink with the matlab command "sim". I need to see the trend of a signal . So, I use a Scope.
I want to open the scope with a matlab command line. Is there any way to open the scope in simulink with matlab command, not manually?
Regards
0 个评论
采纳的回答
Azzi Abdelmalek
2015-4-2
open_system('YourSimulinkModelName/ScopeName')
2 个评论
carlos vasquez
2017-1-31
编辑:carlos vasquez
2017-1-31
i use this comand but, when i want to use the command set_param(gsc,'Simulationcommand','Stop'). i have this error. subsystem block does not have a parameter named 'Simulationcommand'. also i use the comand close_param for close all but i have the same error. this command works on guide of matlab?
help
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulink Functions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!