Documentation

System Update

Specify external system update code

Description

For a model or nonvirtual subsystem that includes theSystem Update块和一个block that uses aSystemUpdatefunction, the code generator adds external code, which you specify, to theSystemUpdatefunction that it generates. You can specify code for the code generator to add to the declaration, execution, and exit sections of the function code.

Note

If you include this block in a referenced model, the code generator ignores the block for simulation target builds, but processes the block for other system target files.

Parameters

expand all

Specify code that you want the code generator to add to the declaration section of theSystemUpdatefunction for the model or subsystem.

Specify code that you want the code generator to add to the execution section of theSystemUpdatefunction for the model or subsystem.

Specify code that you want the code generator to add to the exit section of theSystemUpdatefunction for the model or subsystem.

Introduced in R2006a