Clear Filters
Clear Filters

code to stop all streaming signals

2 views (last 30 days)
Alikouider
Alikouider on 31 Aug 2022
Commented: Image Analyst on 31 Aug 2022
hello all,
I would like to use code to stop all streaming signals
How Can I do It please,
thanks for your understanding
have a nice day.
  2 Comments
Alikouider
Alikouider on 31 Aug 2022
Moved: John D'Errico on 31 Aug 2022
With data inspector in MATLAB 2016B, we can stream a signal or stop the streaming signal when we clic on the signal.
I was looking at the way to stop all streaming signal in my simulink model automatically.
I Hope that these informations can help you to understand my ask.
John D'Errico
John D'Errico on 31 Aug 2022
Since that was your question, then you should have stated it in the first place, rather than making us guess.

Sign in to comment.

Answers (1)

Image Analyst
Image Analyst on 31 Aug 2022
Perhaps fclose or fclose
fclose('all');

Categories

Find more on Simulink in Help Center and File Exchange

Products


Release

R2016b

Community Treasure Hunt

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

Start Hunting!