Get the names of the outputs of a Signal Builder by using the command window

1 view (last 30 days)
Hi,
I would like to know how to get the names of the outputs of a Signal Builder by using the command window.
If it's not clear do not hesitate to ask me more details.
Thanks

Accepted Answer

Kaustubha Govind
Kaustubha Govind on 18 Apr 2012
Is this what you're looking for:
>> [~, ~, signalNames] = signalbuilder('path/to/sigbuilder/block')

More Answers (0)

Categories

Find more on Data Import and Analysis in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!