Mux a variable number of signals without mux block
3 次查看(过去 30 天)
显示 更早的评论
Hello Community
I have a model that has to be modified sometimes. It is buid up of some identical subsystems which number changes during modifications. I have to collect signals from each subsystem with a mux. The way I do this until now is to manually connect every signal from a subsystem to the corresponding mux block.
I wonder whether it is possible to mux all signals automatically without the necessity to connect them all manually. what I want is something like the goto and from blocks but with the ability to connect multiple goto 's with a single from:
/-------+
signal1 -->/ goto A |
\ |
\-------+
++---> signal1
/-------+ +-------\ ||
signal2 -->/ goto A | | from A \______||---> signal2
\ | | / ||
\-------+ +-------/ ||---> signal3
++
/-------+ demux
signal3 -->/ goto A |
\ |
\-------+
Maybe somone has a idea to implement this.
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Subsystems 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!