Dealing with multiple signal selection
显示 更早的评论
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.
回答(4 个)
Azzi Abdelmalek
2012-9-25
编辑:Azzi Abdelmalek
2012-9-26
0 个投票
try switch case action subsystem block or if action subsystem block

Michael
2012-9-25
0 个投票
1 个评论
Azzi Abdelmalek
2012-9-26
look at the above figure, place in each if action subsystem your generator
Michael
2012-9-26
0 个投票
1 个评论
Azzi Abdelmalek
2012-9-26
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?
类别
在 帮助中心 和 File Exchange 中查找有关 Signal Generation 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!