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 日

2 投票

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 件のコメント

Venkatapathi
Venkatapathi 2012 年 8 月 9 日
Hi Mr.Azzi Abdelmalek
your solution is working...
Thank you very much
venkat
TAB
TAB 2012 年 8 月 9 日
To open the scopes automatically when simulation is completed, add above code in model's StopFcn callback.
Venkatapathi
Venkatapathi 2012 年 8 月 9 日
Hi TAB..
iam able to open the scopes automatically by using StopFcn callback..thanks
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
Rohail Bootwalla
Rohail Bootwalla 2022 年 5 月 21 日
Did you get an answer?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeSimulink Environment Customization についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by