Configure model block in simscape
조회 수: 2 (최근 30일)
이전 댓글 표시
I'm using simscape multibody for modeling some mechanisms, and I'd like to create some library blocks, whose configurations parameters would allow to change the number of istance of some subblocks. Does it exist any way for realizing it? It looks Simulink is more static than scripting, and I don't know exactly how to proceed with.
Cheers,
Soldà Enrico
댓글 수: 0
답변 (1개)
Aquatris
2024년 10월 24일
편집: Aquatris
2024년 10월 24일
In simulink you can create masked systems with parameters and attach a callback to those parameters. So in the callback you can add however many blocks to the model and make the necessary connections. Not a straightforward thing unless you created simulink models from script before.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Simulation and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!