How can I see a list of viewers and generators created using the Signal and Scope Manager in Simulink programmatically from the Command Window?

3 views (last 30 days)
I have a model and I have used the Signal and Scope Manager to create viewers and generators. I would like to generate a list of these viewers and generators from the Command Window.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
The ability to generate a list of viewers and generators created using the Signal and Scope Manager from the Command Window is not available in Simulink.
To work around this issue, unzip the contents of the attached file "sigmanagerfunc.zip" to your current directory. The function GETSIGVIEWERS returns a list of viewers in a model and the function GETSIGGENERATORS returns a list of generators in a model. For more information about these functions type:
help getSigViewers
and
help getSigGenerators
in the Command Window.

More Answers (0)

Products


Release

R14SP2

Community Treasure Hunt

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

Start Hunting!