<?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="ko_KR" product="MATLAB" xsi:noNamespaceSchemaLocation="../../resources/schema/msgcat.xsd">
  <message>
    <entry key="ArgNameValueMismatch">입력 인수의 개수가 올바르지 않습니다. 각 파라미터 이름 다음에는 대응값이 와야 합니다.</entry>
    <entry key="BinCountsInvalidSize">''NumBins'', ''BinWidth'', ''BinMethod'', ''XBinLimits'', ''YBinLimits'' 중 하나라도 지정되어 있으면 ''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 렌더러에서 지원되지 않습니다. Figure 렌더러를 ''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>
