Remove dashed lines from Simulink diagram

조회 수: 11 (최근 30일)
Pavel
Pavel 2016년 11월 7일
댓글: Robert 2016년 11월 8일
Hello,
Sometimes, after editing a simulink diagram many red dashed lines remain on diagram. Is it possible to remove all them at once ? Thanks.

답변 (1개)

Robert
Robert 2016년 11월 7일
delete_line(find_system(your_model, 'FindAll', 'on', 'Type', 'line', 'Connected', 'off'))
  댓글 수: 2
Pavel
Pavel 2016년 11월 7일
편집: Pavel 2016년 11월 7일
Thanks. Does exist a shortcut for this command somewhere in Simulink options, e.g. "Refresh Diagram" or something like this ?
Robert
Robert 2016년 11월 8일
Not that I am aware. This code will find and delete all unconnected lines, which is something that should be done carefully. If you want to make it easy to do repeatedly, you could consider making it the ClickFcn of an annotation on your diagram.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by