how to delete red lines from my model

5 views (last 30 days)
how to delete red dotted lines from my simulink model using matlab code

Accepted Answer

Orion
Orion on 16 Dec 2014
delete_line(find_system(gcs,'findall','on','Type','Line','Connected','off'))

More Answers (0)

Community Treasure Hunt

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

Start Hunting!