Simulink Reference Previous page   Next Page
clear

Clear breakpoints from a model.

Syntax

Arguments

mid
method ID
id
breakpoint ID
sid:bid
block ID
gcb
currently selected block

Description

clear clears a breakpoint from the current method.

clear m:mid clears a breakpoint from the method specified by mid.

clear id clears the breakpoint specified by the breakpoint ID id.

clear sid:bid clears any breakpoints set on the methods of the block specified by sid:bid.

clear gcb clears any breakpoints set on the methods of the currently selected block.

See Also

break, bafter, slist


Previous page  bshow continue Next page

© 1994-2005 The MathWorks, Inc.