<?xml version="1.0"?>
<!-- Copyright 2016-2021 The MathWorks, Inc. -->
<rsccat version="1.0" locale="en_US" product="MATLAB">
  <message>
    <entry key="EndValuesInvalidMethod">''EndValues'' value must be ''extrap'', ''previous'', ''next'', ''nearest'', ''none'', or a constant.</entry>
    <entry key="FirstInputInvalid">First argument must be numeric, logical, datetime, duration, calendarDuration, string, categorical, char, cellstr, table, or timetable.</entry>
    <entry key="CharRowVector">Character fill constant must be a row vector.</entry>
    <entry key="ConstantCalendarDuration">Fill constant must be a calendarDuration.</entry>
    <entry key="ConstantCalendarDurationExtrap">''EndValues'' value must be a calendarDuration.</entry>
    <entry key="ConstantCategorical">Fill constant must be a categorical array, a string array, a character row vector, or a cell array of character row vectors.</entry>
	<entry key="ConstantCategoricalCatMismatch">First argument and fill constant must have the same categories in the same order.</entry>
    <entry key="ConstantCategoricalExtrap">''EndValues'' fill constant not supported for categorical arrays.</entry>
	<entry key="ConstantCategoricalOrdMismatch">First argument and fill constant must both be ordinal or not ordinal.</entry>
    <entry key="ConstantCellstr">Fill constant must be a character row vector or a cell array of character row vectors.</entry>
    <entry key="ConstantCellstrExtrap">''EndValues'' fill constant not supported for cell arrays of character row vectors.</entry>
    <entry key="ConstantChar">Fill constant must be a character array.</entry>
    <entry key="ConstantCharExtrap">''EndValues'' fill constant not supported for character arrays.</entry>
    <entry key="ConstantDatetime">Fill constant must be a datetime.</entry>
    <entry key="ConstantDatetimeExtrap">''EndValues'' value must be a datetime.</entry>
    <entry key="ConstantDuration">Fill constant must be a duration.</entry>
    <entry key="ConstantDurationExtrap">''EndValues'' value must be a duration.</entry>
    <entry key="constantInput">Not enough input arguments. Specify a fill value after the ''constant'' method.</entry>
    <entry key="ConstantNumeric">Fill constant must be numeric or logical.</entry>
    <entry key="ConstantNumericExtrap">''EndValues'' value must be numeric or logical.</entry>
    <entry key="ConstantString">Fill constant must be a string or a string array.</entry>
    <entry key="ConstantStringExtrap">''EndValues'' fill constant not supported for string arrays.</entry>
    <entry key="ConstantInvalidTypeExtrap">''EndValues'' value must be numeric, datetime, duration, or calendarDuration.</entry>
    <entry key="ConstantInvalidType">Invalid fill constant type.</entry>
    <entry key="ConstantInvalidTypeForTableVariable">Invalid fill constant type for table variable {0}.</entry>
    <entry key="DataVariablesArray">''DataVariables'' parameter is only supported for table inputs.</entry>
    <entry key="DataVariablesFunctionHandle">''DataVariables'' function handle must return a logical scalar.</entry>
    <entry key="DataVariablesTableSubscript">Invalid ''DataVariables'' value.</entry>
    <entry key="DimensionInvalid">Dimension must be a positive integer.</entry>
    <entry key="DimensionTable">Dimension parameter not supported when first argument is a table or timetable.</entry>
    <entry key="FunctionHandleEmptyInput">Invalid call to function handle when first two input arguments are empty.</entry>
    <entry key="FunctionHandleInput">Not enough input arguments. Specify a window size after the function handle.</entry>
    <entry key="FunctionHandleNumberOfArguments">Function handle must have at least three input arguments.</entry>
    <entry key="FunctionHandleInvalidOutputSize">Output of function handle must have length 1 or must have the length of the missing value gap.</entry>
    <entry key="FunctionHandleInvalidOutputType">Output of function handle must match the input data type.</entry>
    <entry key="FunctionHandleInvalidWindow">Window length must be a finite positive scalar or 2-element vector of finite nonnegative scalars.</entry>
    <entry key="FunctionHandleInvalidWindowDuration">Window length must be a finite positive scalar or 2-element vector of finite nonnegative scalars of type duration.</entry>
    <entry key="HeterogeneousTable">When dimension argument is 2, all table variables must have the same types.</entry>
    <entry key="HeterogeneousTableWithND">When dimension argument is 2, all table variables must be column vectors.</entry>
    <entry key="InterpolationInvalidArray">''{0}'' fill method not supported for {1} arrays.</entry>
    <entry key="InterpolationInvalidTableVariable">Table contains variables of types for which the ''{0}'' fill method is not supported.</entry>
	<entry key="MaxGapDurationInvalid">''MaxGap'' data type must be compatible with ''SamplePoints'' data type.</entry>
	<entry key="MaxGapInvalid">''MaxGap'' must be a positive numeric, duration, or calendarDuration scalar.</entry>
	<entry key="MaxGapMissingLocations">''MaxGap'' is not supported when ''MissingLocations'' is specified.</entry>
    <entry key="MethodInvalid">Fill method must be ''constant'', ''function_hande'', ''previous'', ''next'', ''nearest'', ''linear'', ''spline'', ''pchip'', ''makima'', ''movmean'', or ''movmedian''.</entry>
    <entry key="MissingLocationsInteger">Fill method must be ''constant'', ''function_handle'', ''previous'', ''next'', or ''nearest'' when using ''MissingLocations'' with integer or logical inputs.</entry>
    <entry key="MissingLocationsInvalid">''MissingLocations'' value must be a logical array of the same size as the first argument.</entry>
    <entry key="movmeanInput">Not enough input arguments. Specify a window size after the ''movmean'' method.</entry>
    <entry key="movmedianInput">Not enough input arguments. Specify a window size after the ''movmedian'' method.</entry>
    <entry key="NameValueNames">Parameter name must be ''EndValues'', ''SamplePoints'', ''DataVariables'', ''ReplaceValues'', ''MissingLocations'', or ''MaxGap''.</entry>
    <entry key="NameValuePairs">Incorrect number of input arguments. Parameter names and values must occur in pairs.</entry>
    <entry key="ReplaceValuesArray">''ReplaceValues'' parameter is only supported for table inputs.</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="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="SizeConstantScalar">Fill constant must be a scalar.</entry>
    <entry key="SizeConstantScalarExtrap">''EndValues'' value must be a scalar.</entry>
    <entry key="SizeConstant">Fill constant must be a scalar or a {0,number,integer}-element vector.</entry>
    <entry key="SizeConstantExtrap">''EndValues'' value must be a scalar or a {0,number,integer}-element vector.</entry>
    <entry key="UnsupportedTableVariable">Table variables of type {0} are not supported.</entry>
    <entry key="WinsizeNotDuration">Invalid data type. Window size must be a duration if ''SamplePoints'' value is {0}.</entry>
    
    <!-- For code generation -->
    <entry key="makimaNotSupported">Fill method 'makima' is not supported for code generation.</entry>
    <entry key="InvalidInputsCodegen">First argument must be numeric, logical, duration, datetime, string, categorical, char, cellstr, or table.</entry>
  </message>
</rsccat>