Copy simulink block programmatically
조회 수: 50 (최근 30일)
이전 댓글 표시
Hey,
I have a very simple problem for which I am not able to find an answer.
How exactly do I copy a block in Simulink programmatically? So basically ctrl+c, ctrl+v but programmatically?
add_block alone is not enough as I want all the settings to be the same.
Thanks!
댓글 수: 0
답변 (1개)
Angelo Yeo
2023년 7월 20일
It's always better when you provide a sample models and explain what you want to do with them.
I believe you can try Simulink.SubSystem.copyContentsToBlockDiagram or Simulink.BlockDiagram.copyContentsToSubsystem.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Event Functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!