how to swap input interfaces with each other without using switch or if block?

3 ビュー (過去 30 日間)
Amit
Amit 2018 年 4 月 4 日
回答済み: Birdman 2018 年 4 月 4 日
eg. I have four input interfaces H1,H2,H3 & H4. So based on some valid condition i have to swap these signals like this (H4->H1,H3->H2,H2->H3,H1->H4). I had implemented this using switch block but since i have so many interfaces, it is creating mess in the code as well as design also. Is there any alternative way to implement optimized design for this? Implemented image is attached.

採用された回答

Birdman
Birdman 2018 年 4 月 4 日
Use a MATLAB Function block. You will be writing if else if or switch statements as if you were writing it on MATLAB command line.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink Functions についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by