<?xml version="1.0"?>
<rsccat version="1.0" locale="en_US" product="MATLAB">
  <message>
    <entry key="ArgNameValueMismatch">Incorrect number of input arguments. Each parameter name must be followed by a corresponding value.</entry>
    <entry key="ComplexTableVar">Complex table variables are not supported.</entry>
    <entry key="DataVariablesArray">''DataVariables'' parameter is only supported for table and timetable inputs.</entry>
    <entry key="DataVariablesFunctionHandle">''DataVariables'' function handle must return a logical scalar.</entry>
    <entry key="DataVariablesTableSubscript">''DataVariables'' value must contain valid table indices or variable names.</entry>
    <entry key="InvalidSamplePoints">''SamplePoints'' value must be a finite, sorted vector without duplicate elements.</entry>
    <entry key="MaxNumOutliersGesdOnly">''MaxNumOutliers'' parameter supported only for ''gesd'' method.</entry>
    <entry key="MaxNumOutliersTooLarge">''MaxNumOutliers'' value exceeds length of input array along operating dimension.</entry>
    <entry key="MissingWindowLength">Specify a window length after ''{0}''.</entry>
    <entry key="NonfloatTableVar">Table contains ''{0}'' of type {1} for which locating outliers is not supported.</entry>
    <entry key="NonColumnTableVar">Table variables must be column vectors.</entry>
    <entry key="PercentilesInvalid">''Percentiles'' value must be a sorted 2-element numeric vector with entries between 0 and 100.</entry>
    <entry key="SamplePointsComplex">''SamplePoints'' value must be real.</entry>
    <entry key="SamplePointsDuplicate">''{0}'' value contains duplicates.</entry>
    <entry key="SamplePointsInvalidDatatype">''SamplePoints'' value must be a vector of type double, single, duration, or datetime.</entry>
    <entry key="SamplePointsLength">''SamplePoints'' value must be a {0,number,integer}-element vector.</entry>
    <entry key="SamplePointsNonDuration">Window length argument must be a duration scalar or a 2-element duration vector when ''SamplePoints'' value is a datetime or duration vector.</entry>
    <entry key="SamplePointsNonFinite">{0} value contains Inf or {1}.</entry>
    <entry key="SamplePointsSingle">''SamplePoints'' of type single are not supported for duration and datetime arrays.</entry>
    <entry key="SamplePointsSorted">''{0}'' value must be sorted in ascending order.</entry>
    <entry key="SamplePointsSparse">''SamplePoints'' value must be full.</entry>
    <entry key="SamplePointsTimeTable">''SamplePoints'' parameter not supported when first argument is a timetable.</entry>
    <entry key="AlphaOutOfRange">''ThresholdFactor'' value must be between 0 and 1 when method is ''grubbs'' or ''gesd''.</entry>
    <entry key="TableDim">Dimension argument must be 1 when first argument is a table or a timetable.</entry>
    <entry key="UnsupportedThreshold">''ThresholdFactor'' is not supported when the ''percentiles'' method is specified.</entry>
    <entry key="WindowLengthInvalidSizeOrClass">Window length argument must be a numeric or duration finite positive scalar or 2-element numeric or duration finite nonnegative vector.</entry>
    
    <!-- For codegeneration only -->
    <entry key="MissingThreshold">Specify a threshold after ''percentiles''.</entry>
    <entry key="TableDimCodegen">Dimension argument must be the constant 1 for code generation when first argument is a table.</entry>
    <entry key="DatetimeOrDurationWithMovMethod">''movmean'' and ''movmedian'' methods are not supported for code generation when ''SamplePoints'' are of type datetime or duration.</entry>
  </message>
</rsccat>
