Using Simulink | ![]() ![]() |
Delete a block from a Simulink system.
Syntax
delete_block('blk')
Description
delete_block('blk')
where 'blk'
is a full block pathname, deletes the specified block from a system.
Example
This command removes the Out1 block from the vdp
system.
delete_block('vdp/Out1')
See Also
add_block
![]() | close_system | delete_line | ![]() |