<?xml version="1.0"?>
<rsccat version="1.0" locale="en_US" product="MATLAB">
  <message>
    <entry key="MustBeMatrix">First argument must be a vector or 2-dimensional matrix.</entry>
	<entry key="complexIntegers">Complex integers are not supported. </entry>
    <entry key="MustNotBeCell">Input argument of type cell array is not supported.</entry>
    <entry key="ColMismatchX">Column sorting vector must contain integers with absolute value between 1 and the number of columns in the first argument.</entry>
	<entry key="ColOrDir">Second argument must specify a sort direction or a vector of columns indices.</entry>
    <entry key="DIRnotRecognized">Sorting direction must be ''ascend'', ''descend'', ''monotonic'', ''strictascend'', ''strictdescend'', or ''strictmonotonic''.</entry>
    <entry key="NameValueNames">Parameter name must be 'ComparisonMethod' or 'MissingPlacement'.</entry>
    <entry key="NameValuePairs">Incorrect number of arguments. Parameter names and values must occur in pairs.</entry>
	<entry key="NumDirectionsSecond">Sorting direction must specify one direction or a direction for each column in the first argument.</entry>
    <entry key="NumDirectionsThird">Sorting direction must specify one direction or a direction for each element of the column sorting vector.</entry>
    <entry key="SecondArgumentType">Second argument must specify a column sorting vector or sorting direction.</entry>
    <entry key="ThirdArgumentType">Sorting direction must be a character vector or cell array of character vectors.</entry>
	<entry key="InvalidAbsRealType">''ComparisonMethod'' parameter not supported when first argument is a {0} array.</entry>
    <entry key="InvalidComparison">''ComparisonMethod'' value must be ''auto'', ''abs'', or ''real''.</entry>
    <entry key="InvalidFirstLastType">''MissingPlacement'' parameter not supported when first argument is a {0} array.</entry>
    <entry key="InvalidMissingPlace">''MissingPlacement'' value must be ''auto'', ''first'', or ''last''.</entry>
  </message>
</rsccat>
