Main Content
processInputSpecificationChangeImpl
Class: matlab.System
Perform actions when input size, complexity, or data type change
Syntax
processInputSpecificationChangeImpl(obj,input,input2, ...)
Description
processInputSpecificationChangeImpl(
implements specific actions when the input specification changes, such as data type, size, or complexity. You use this
method when properties depend on the data type, size, or complexity of inputs.obj
,input,input2, ...
)
Class Information
This method is part of the matlab.System
class.
Run-Time Details
processInputSpecificationChangeImpl
is called when running the System object™ using the object name or step
. For details, see Detailed Call Sequence
Method Authoring Tips
You must set Access = protected
for this method.
Input Arguments
Examples
Version History
Introduced in R2018a