PmpUpdatable

updatable = PmpUpdatable(defaultValue, dataType)

Create a PT.Updatable object with specified datatype and values to declare a tunable vector or matrix that is updatable via a file in PMP.

PmpUpdatable inputs

Input

Description

defaultValue

Default value of the updatable, vector or matrix of numeric values. The default value size also specifies its capacity.

dataType

Simulink datatype of the parameter, see Supported data types.

Output: PT.Updatable