Mux a variable number of signals without mux block

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.

답변 (1개)

Naman Chaturvedi
Naman Chaturvedi 2018년 9월 7일

0 개 추천

I hope something like this would solve your problem.
I have used bus creator, bus selector and goto, from blocks.

댓글 수: 1

Hello Naman Chaturvedi,
thank you for your answer, but this isn't what I want. I have updated the picture in my question to explain my request a little bit better.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기

제품

릴리스

R2018a

태그

질문:

2018년 9월 4일

댓글:

2018년 9월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by