| Simulink® | ![]() |
delete_line('sys', 'oport', 'iport')
delete_line('system', [x y])
delete_line('handle')
delete_line('sys', 'oport', 'iport') deletes the line extending from the specified block output port 'oport' to the specified block input port 'iport'. 'oport' and 'iport' are strings consisting of a block name and a port identifier in the form 'block/port'. Most block ports are identified by numbering the ports from top to bottom or from left to right, such as 'Gain/1' or 'Sum/2'. Enable, Trigger, and State ports are identified by name, such as 'subsystem_name/Enable', 'subsystem_name/Trigger', 'Integrator/State', or if_action_subsystem_name/Ifaction'.
delete_line('sys', [x y]) deletes one of the lines in the system that contains the specified point (x,y), if any such line exists.
delete_line('system', [x y]) deletes all of the lines in the system that contain the specified point, including any branches.
delete_line('handle') deletes the line specified by the handle, 'handle'.
This command removes the line from the mymodel system connecting the Sum block to the second input of the Mux block.
delete_line('mymodel','Sum/1','Mux/2')
![]() | delete_block | delete_param | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |