有時simulink仿真運行到一半會報錯;
At time 0.03390082442188625, simulation hits (1000)consecutive zero crossings. Consecutive zero crossings will slow down the simulation. A report is shown below. You may increase the number of consecutive zero crossings allowed in the solver diagnostic controls to continue the simulation and ignore this message or disable the zero crossing detection of some of the blocks to accelerate the simulation.
這時在simulation->configuration parameters->solver里面,右下角有個Algorithe,
默認為“Nonadaptive”,你改為"adaptive"就行了
————————————————
【轉載】
原文鏈接:https://blog.csdn.net/lemonade_117/java/article/details/86409104