Class: matlab.System
Validate inputs to System object
validateInputsImpl(obj,input1,input2,...)
validateInputsImpl(
validates inputs to the System
object™ the first time the object runs. Validation includes checking data types,
complexity, cross-input validation, and validity of inputs controlled by a property value. obj
,input1,input2,...
)
validateInputImpl
is called when the object is run for the first
time by setup
and when the input size, data type, or complexity
changes. For details, see Detailed Call Sequence.
You must set Access = protected
for this method.
You cannot modify any properties in this method. Use the processTunedPropertiesImpl
method or setupImpl
method to modify properties.