<?xml version="1.0"?>
<rsccat version="1.0" locale="en_US" product="MATLAB">
  <message>
    <entry key="matrixWithNaNInf">Input matrix must not contain NaN or Inf values.</entry>
    <entry key="noSVDsparse">SVD does not support sparse matrices. Use SVDS to compute a subset of the singular values and vectors of a sparse matrix.</entry>
    <entry key="repeatedEconomyFlag">Invalid option combination. Use svd(X,''econ'') or svd(X,0) for economy-size decompositions.</entry>
    <entry key="inputType">First input must be single or double.</entry>
    <entry key="svdNoConvergence">SVD did not converge.</entry>
    <entry key="inputMustBe2D">Input must be 2-D. Use PAGESVD to compute the SVD of each page of an N-D array.</entry>
    <entry key="invalidOption">Invalid option. Option must be: ''econ'', ''matrix'', or ''vector''.</entry>
    <entry key="repeatedShapeFlag">Invalid option combination. You can specify ''matrix'' or ''vector'', but not both.</entry>
  </message>
</rsccat>
