<?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="charConversion">输入矩阵必须为双精度矩阵或逻辑矩阵。</entry>
    <entry key="charConstructor">第三个输入必须为双精度值或逻辑值。</entry>
    <entry key="constructorMixedType">下标必须具有相同的数据类型(单精度、双精度或整数)。</entry>
    <entry key="twoNonScalarInputs">Use sparse(m,n) to preallocate an m-by-n sparse matrix, or sparse(i,j,v) to specify the (i,j) locations of nonzero entries v.</entry>
    <entry key="inputsMustBe2D">输入必须为二维矩阵。</entry>
    <entry key="tooLargeForLinearIndex">矩阵太大，无法转换为线性索引。</entry>
    <entry key="sizeTooLarge">Sparse matrix sizes must be nonnegative integer scalars less than MAXSIZE as defined by COMPUTER.  Use HELP COMPUTER for more details.</entry>
  </message>
</rsccat>
