<?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="notSparse">仅当输入矩阵为稀疏矩阵时，才支持主元阈值参数。</entry>
    <entry key="pivotThreshold">18主元阈值参数必须介于 0 与 1 之间(包括二者)。</entry>
    <entry key="pivotSize">主元阈值参数必须是长度为 2 的标量或向量。</entry>
    <entry key="inputMustBe2D">数组必须为二维。</entry>
    <entry key="inputType">数据类型无效。第一个参数必须为双精度值或单精度值。</entry>
    <entry key="pivotThresholdType">数据类型无效。主元阈值必须为双精度值或单精度值。</entry>
    <entry key="nonScalarPivotThresh">如果指定了三个输出，则主元阈值必须为标量。</entry>
    <entry key="DenseTwoInputOnly">Too many input arguments. For dense input matrices, you can specify one or two input arguments.
    </entry>
    <entry key="DenseThreeOutputOnly">Fourth output only available for sparse input matrices.</entry>
  </message>
</rsccat>
