Stateflow User's Guide Previous page   Next Page
build

Build this target incrementally

Syntax

Description

The build method incrementally builds this target. It performs the following activities:

If a complete build has already taken place, the build method performs an incremental build that builds only those portions of the target corresponding to charts that have changed since the last build.

Arguments

Name
Description
thisTarget
The Target object to build.

Returns

None

Example

If t is a Target object, the command t.build builds the target for the Stateflow charts that have changed in the target's model since the last build and/or code generation.

See Also

The methods rebuildAll, generate, regenerateAll, and make


Previous page  API Methods -- Alphabetical List classhandle Next page

© 1994-2005 The MathWorks, Inc.