Signal Builder Active Group

3 views (last 30 days)
Michael
Michael on 5 Oct 2012
Anyone know of a way to change the current active group for a signal builder block?
Something along the lines that would look like this...
set(signalbuilderblock, 'activegroup', group1) sim('modelname')

Answers (1)

Kaustubha Govind
Kaustubha Govind on 5 Oct 2012
According to this solution, you need something like:
>> signalbuilder('sigbuilddemo/Signal Builder','activegroup',1);

Products

Community Treasure Hunt

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

Start Hunting!