<?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="ArgNameValueMismatch">输入参数的数目不正确。每个参数名称必须后跟相应的值。</entry>
    <entry key="BinCountsInvalidSize">如果指定了 ''NumBins''、''BinWidth''、''BinMethod''、''XBinLimits'' 或 ''YBinLimits'' 中的任何一个，则不支持 ''BinCounts'' 参数，并且 ''BinCounts'' 必须是大小为 [length(XBinEdges)-1 length(YBinEdges)-1] 的矩阵。</entry>
    <entry key="EmptyBinCountsManualMode">Specify ''BinCounts'' when ''BinCountsMode'' value is ''manual''.</entry>
    <entry key="EmptyXBinLimitsManualMode">Specify ''XBinEdges'' and ''XBinLimits'' when ''XBinLimitsMode'' value is ''manual''.</entry>
    <entry key="EmptyYBinLimitsManualMode">Specify ''YBinEdges'' and ''YBinLimits'' when ''YBinLimitsMode'' value is ''manual''.</entry>
    <entry key="EmptyOrScalarXBinEdges">''XBinEdges'' 值必须是长度至少为 2 的向量。</entry>
    <entry key="EmptyOrScalarYBinEdges">''YBinEdges'' 值必须是长度至少为 2 的向量。</entry>
    <entry key="InvalidTileFaceColor">当 ''DisplayStyle'' 值为 ''tile'' 时，''FaceColor'' 值必须为 ''flat''。</entry>
    <entry key="InvalidTileFaceLighting">''FaceLighting'' value must be ''none'' when ''DisplayStyle'' value is ''tile''.</entry>
    <entry key="InvalidBinMethod">''BinMethod'' value ''manual'' is not supported.</entry>
    <entry key="InvalidColor">{0} 输入不是有效的颜色。</entry>
    <entry key="InvalidMixedXBinInputs">''XBinEdges'' 参数不能后跟 ''NumBins''、''BinWidth''、''BinMethod'' 或 ''XBinLimits'' 中的任何一个。</entry>
    <entry key="InvalidMixedYBinInputs">''YBinEdges'' parameter must not be followed by any of ''NumBins'',''BinWidth'', ''BinMethod'', or ''YBinLimits''.</entry>
    <entry key="BinCountsXEdgesMismatch">The length of ''XBinEdges'' must be one longer than the number of rows of ''BinCounts'' when ''BinCountsMode'' value is ''manual''.</entry>
    <entry key="BinCountsYEdgesMismatch">The length of ''YBinEdges'' must be one longer than the number of columns of ''BinCounts'' when ''BinCountsMode'' value is ''manual''.</entry>
    <entry key="MixedDataBinCounts">''BinCounts'' parameter is not supported when data to distribute among bins is not specified.</entry>
    <entry key="MissingYInput">前两个参数必须为数值或逻辑值并且大小必须相同。</entry>
    <entry key="NonEmptyBinCountsAutoMode">''BinCounts'' parameter is not supported when ''BinCountsMode'' value is ''auto''.</entry>
    <entry key="NonEmptyXBinLimitsAutoMode">''XBinEdges'' and ''XBinLimits'' parameters are not supported when ''XBinLimitsMode'' value is ''auto''.</entry>
    <entry key="NonEmptyYBinLimitsAutoMode">''YBinEdges'' and ''YBinLimits'' parameters are not supported when ''YBinLimitsMode'' value is ''auto''.</entry>
    <entry key="ReadOnlyPropertyManualBinCounts">{0} parameter is not supported when ''BinCountsMode'' value is ''manual''.</entry>
    <entry key="TransparencyNotSupported">软件 OpenGL 渲染器不支持直方图条形和边界的透明度。请考虑将图窗渲染器设置为 ''painters''。</entry>
    <entry key="UnsupportedMethodManualBinCounts">{0} function is not supported when ''BinCountsMode'' value is ''manual''.</entry>
    <entry key="Value">值</entry>
    <entry key="XBinEdges">X bin 边界</entry>
    <entry key="YBinEdges">Y bin 边界</entry>
  </message>
</rsccat>
