Hi,
I have a set of simulink parallel structures which needs to be iterated 100 times. I have rpepeated 5 times in this picture. but i need to repeat this 1000 times. Is there any way of automating using loops?

답변 (1개)

Abhipsa
Abhipsa 2026년 6월 12일

0 개 추천

Hi @Anish,
From the image, it appears that the structure is cascaded, with each stage feeding the next through delay blocks and feedback paths. If your goal is to extend this pattern to hundreds or thousands of stages, manually duplicating the blocks may become difficult to maintain.
Depending on your requirements, you may consider:
  • Creating a reusable subsystem for a single stage and generating multiple instances programmatically using the Simulink API (add_block, add_line, etc.).
  • Implementing the algorithm in a MATLAB Function block using a for loop if the stages follow a common computational pattern.
I hope this helps :)

카테고리

도움말 센터File Exchange에서 Large-Scale Modeling에 대해 자세히 알아보기

제품

릴리스

R2026a

질문:

2026년 5월 20일

답변:

2026년 6월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by