how to open the specific scope

6 次查看(过去 30 天)
Hi all i have a simulink model which consists of 20 to 30 scopes at diffrent subsystems. i would like to open the specific scopes ( may be 3 to 4 scopes at a time) automatically, once simulation time is completed.
my question is
1. is it possible to open the specific scopes automatically?
thanks to you for spending your valuable time.
Thanks & Regards venkat
  1 个评论
K E
K E 2012-8-10
Just a head's up, a lot of scopes will slow your simulation; see this blog post.

请先登录,再进行评论。

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2012-8-9
编辑:Azzi Abdelmalek 2012-8-9
assume
ModelName='fic'; % your simulink model name
SubsystemName='sub1'
ScopeName='scope1'
% to open this scoppe :
open_system('fic/sub1/scope1')
% you can do the same to open any system or subsystemem
% to close it
close_system(ModelName)
  5 个评论
Slimeni Omar
Slimeni Omar 2019-2-19
hi
please i would like to know
how to impliment a scope in simulink model with matlab command ,just from the librery browsers

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 View and Analyze Simulation Results 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by