simulink仿真运行出错

  • Derivative of state '1' in block 'zxt_fangzhen_1/Integrator4' at time 0.052337500000000009 is not finite. The simulation will be stopped. There may be a singularity in the solution. If not, try reducing the step size (either by reducing the fixed step size or by tightening the error tolerances)

    针对类似仿真系统中的积分环节出现上述错误,采用在仿真界面按下快捷键ctrl+E,然后设置
    == Start time==大于0,,可解决报错问题。

    您好,我是有问必答小助手,您的问题已经有小伙伴解答了,您看下是否解决,可以追评进行沟通哦~

    如果有您比较满意的答案 / 帮您提供解决思路的答案,可以点击【采纳】按钮,给回答的小伙伴一些鼓励哦~~

    ps:问答VIP仅需29元,即可享受5次/月 有问必答服务,了解详情>>>https://vip.csdn.net/askvip?utm_source=1146287632

    这种问题simulink仿真中经常遇到,没有模型,我大胆猜测:

    1. 代数环问题,可能性40%。

    2. 模型发散,可能性30%。

    3. 奇异点问题,可能性20%。

    4. 求解器不合适或其它问题,可能性10%。