- find_system(), 'blocktype','inport' to find the Inport and Outport blocks.
- get_param() to get the Inport and Outport block names
- add_block() to add Goto and From blocks
- add_line() to connect
how to add goto from block and connected to the ports of a existed simulink system programmtically
조회 수: 13 (최근 30일)
이전 댓글 표시
hello,i have a simulink subsystem with some port defined inside, for example it has two inports and two outports,now i want add from block and connected to the inport,add goto block and connect to the outport,both goto block and from block should be named same as the connected port,how to do this?
댓글 수: 0
채택된 답변
Fangjun Jiang
2024년 7월 1일
댓글 수: 2
Fangjun Jiang
2024년 7월 1일
Yes. The position can be specified when add_block(). Or you can use set_param() separately.
The port position of the subsystem block that contains the Inport and Outport blocks can be used to determine the positions of the Goto and From blocks.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!