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.Do not use the input values of the System object in this method if you intend to use the System object in Simulink® using the MATLAB System (Simulink) block. You can only query the inputs for their specifications namely data type, complexity and size.
Input Arguments
Examples
Version History
Introduced in R2012a