Main Content
delete
Class: Simulink.Mask
Namespace: Simulink
Unmask a block and delete the mask from memory
Syntax
Description
maskobj.delete
unmasks the block and deletes the
mask from memory.
To get the mask object for the mask on a block named BlockName
, use
this command.
maskobj = Simulink.Mask.get("BlockName"
)
Examples
Version History
Introduced in R2010a