Stateflow User's Guide Previous page   Next Page

Graphical Function Methods

Function objects have the methods displayed in the table below. For details on each method, see the reference pages.

See also see Graphical Function Properties.

Method
Description
defaultTransitions
Return the default transitions in this function at the top level of containment.
delete
Delete this function.
dialog
Display the properties dialog of this function.
disp
Display the property names and their settings for this Function object.
find
Find all objects that this graphical function contains that meet the specified criteria.
get
Return the specified property settings for this function.
help
Display a list of properties for this Function object with short descriptions.
innerTransitions
Return the inner transitions that originate with this function and terminate on a contained object.
methods
Display all nonglobal methods of this Function object.
outerTransitions
Return an array of transitions that exit the outer edge of this function and terminate on an object outside the containment of this function.
set
Set the specified property of this Function object with the specified value.
sourcedTransitions
Return all inner and outer transitions whose source is this function.
struct
Return and display a MATLAB structure containing the property settings of this Function object.
view
Display this function's chart in a diagram editor with this state highlighted.


Previous page  Graphical Function Properties Truth Table Properties Next page

© 1994-2005 The MathWorks, Inc.