注册 登录
编程论坛 Matlab

SIMULINK仿真的时候经常遇WARING

东大学子 发布于 2006-06-07 20:32, 1171 次点击
我在用SIMULINK仿真的时候经常遇到如下问题:
Warning: Using a default value of 0.012 for maximum step size. The simulation step size will be limited to be less than this value. You can disable this diagnostic by setting 'Automatic solver parameter selection' diagnostic to 'none' in the Diagnostics page of the configuration parameters dialog.
请问该怎么解决啊?谢谢
2 回复
#2
Aprlife2006-09-24 22:59
You can disable this diagnostic by setting 'Automatic solver parameter selection' diagnostic to 'none' in the Diagnostics page of the configuration parameters dialog.

前后输出数据不匹配把
#3
wzq2042006-09-25 20:42

这问题比较好解决的,参数设定是:设成Fixed-step

下面再设上具体的积分步长 比如0.01,就可以了

1