how to delete red lines from my model

how to delete red dotted lines from my simulink model using matlab code

 Accepted Answer

delete_line(find_system(gcs,'findall','on','Type','Line','Connected','off'))

More Answers (0)

Categories

Find more on Simscape in Help Center and File Exchange

Asked:

on 16 Dec 2014

Answered:

on 16 Dec 2014

Community Treasure Hunt

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

Start Hunting!