<?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="NotEnoughInputs">输入参数的数目不足。请参阅 DDE23。</entry>
    <entry key="LargeDelaysTryDDESD">跟踪不连续点超出了最大数组大小预设。请使用 DDESD 求解，不必跟踪不连续点。</entry>
    <entry key="TspandEndLTtspan1">必须满足 tspan(1) &lt; tspan(end)。</entry>
    <entry key="NotContinueFromHistoryEnd">必须从到达的最后一个点继续。</entry>
    <entry key="NotPosLags">lags 必须均为正数。</entry>
    <entry key="DDEOutputNotCol">DDE 必须返回列向量。</entry>
    <entry key="DDELengthMismatchHistory">导数和历史记录向量具有不同的长度。</entry>
    <entry key="OptRelTolNotPosScalar">选项 ''RelTol'' 必须为正标量。</entry>
    <entry key="OptAbsTolNotPos">选项 ''AbsTol'' 必须为正数。</entry>
    <entry key="NonScalarAbstolNormControl">设定 NormControl 为 ''on'' 进行求解时，AbsTol 应该为一个标量。</entry>
    <entry key="OptMaxStepNotPos">选项 ''MaxStep'' 必须大于零。</entry>
    <entry key="OptInitialStepNotPos">选项 ''InitialStep'' 必须大于零。</entry>
    <entry key="InconsistentDataType">在对 DDE23 的调用中为 ''t0''、''y0''、''y(t0-lags)'' 和 ''f(t0,y0,ylags)'' 混合使用了单精度和双精度数据。</entry>
    <entry key="RelTolIncrease">RelTol 已增加到 {0}。</entry>
    <entry key="AbsTolSize">求解 {0} 时，AbsTol 应该为一个标量或者一个长度为 {1,number,integer} 的向量</entry>
    <entry key="IntegrationTolNotMet">在 t={0} 处失败。在时间 t 处，步长必须降至所允许的最小值({1})以下，才能达到积分容差要求。</entry>
  </message>
</rsccat>
