Signal Builder Active Group

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)

According to this solution, you need something like:
>> signalbuilder('sigbuilddemo/Signal Builder','activegroup',1);

Products

Asked:

on 5 Oct 2012

Community Treasure Hunt

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

Start Hunting!