<?xml version="1.0" encoding="UTF-8"?>
<!--Copyright 2021 The MathWorks, Inc.-->

<rsccat xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0" locale="zh_CN" product="MATLAB" xsi:noNamespaceSchemaLocation="../../resources/schema/msgcat.xsd">
  <message>
    <entry key="matrixWithNaNInf">输入矩阵不能包含 NaN 或 Inf 值。</entry>
    <entry key="noSVDsparse">SVD 不支持稀疏矩阵。请使用 SVDS 计算奇异值的子集和稀疏矩阵的向量。</entry>
    <entry key="repeatedEconomyFlag">Invalid option combination. Use svd(X,''econ'') or svd(X,0) for economy-size decompositions.</entry>
    <entry key="inputType">第一个输入必须为单精度值或双精度值。</entry>
    <entry key="svdNoConvergence">SVD 未收敛。</entry>
    <entry key="inputMustBe2D">输入必须为二维。请使用 PAGESVD 来计算 N 维数组中每页的 SVD。</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>
