Dealing with multiple signal selection
Show older comments
Hi,
I am trying to use simulink to test multiple actuators depending on the type of control, longitudinal, collective, lateral etc.. I have my simulink model set up where I can make the actuator type selection via GUI to feed my simulink model the parameters for a longitudinal, collective, lateral control etc.
I am at the point where I want to use the signal generator to test various performance requirements specific to each actuator. Is there a way I can select which index signal I want run without simulink generating all the signals in the signal generator? I have tried doing this manually using a multichannel switch, but the run time is slow because simulink calculates the signals even if they are unused.. So what I am looking for is the most efficient way that can be interfaced with GUI.
Answers (4)
Azzi Abdelmalek
on 25 Sep 2012
Edited: Azzi Abdelmalek
on 26 Sep 2012
0 votes
try switch case action subsystem block or if action subsystem block

Michael
on 25 Sep 2012
0 votes
1 Comment
Azzi Abdelmalek
on 26 Sep 2012
look at the above figure, place in each if action subsystem your generator
Michael
on 26 Sep 2012
0 votes
1 Comment
Azzi Abdelmalek
on 26 Sep 2012
Michael, don't reply to a comment with an answer, just click on comment this answer.
I want to know, how many differents signals are you using? what kind of signals? Is a signal builder necessery?
Categories
Find more on Signal Generation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!