validateInputsImpl
Class: matlab.System
Validate inputs to System object
Syntax
validateInputsImpl(obj,input1,input2,...)
Description
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,...
)
Run-Time Details
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.
Method Authoring Tips
You must set
Access = protected
for this method.You cannot modify any properties in this method. Use the
processTunedPropertiesImpl
method orsetupImpl
method to modify properties.
Input Arguments
Examples
Version History
Introduced in R2012a