| Using Simulink | Search  Help Desk |
| delete_block | Examples See Also |
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 thevdp system:
delete_block('vdp/Out1')
See Also
add_block