用matlab进行仿真我按照书上一步一步的来进行仿真,还是会出现Using a default value of 0.2 for maximum step size.The simulation step size will be limited to be less than this value.这个句子 步长究竟要改成多少啊 改
来源:学生作业帮助网 编辑:作业帮 时间:2024/11/08 15:37:58
用matlab进行仿真我按照书上一步一步的来进行仿真,还是会出现Using a default value of 0.2 for maximum step size.The simulation step size will be limited to be less than this value.这个句子 步长究竟要改成多少啊 改
用matlab进行仿真
我按照书上一步一步的来进行仿真,还是会出现Using a default value of 0.2 for maximum step size.The simulation step size will be limited to be less than this value.这个句子 步长究竟要改成多少啊 改大还是改小
用matlab进行仿真我按照书上一步一步的来进行仿真,还是会出现Using a default value of 0.2 for maximum step size.The simulation step size will be limited to be less than this value.这个句子 步长究竟要改成多少啊 改
这句话不管你设置多少步长他都会出现(除非你设置了相关设置,下面有说到),这句话主要是提醒你你用的默认最大步长是多少并且告诉你在仿真的时候的步长值将会略小于实际你设置的步长,而不是说你的步长设置有问题.也有方法让这句话不再出现.方法是:单击simulation,在下拉菜单中选择configuration parameters 将会打开一个对话框在左边可以看到一列 选中diagnostics 右边会显示设置,将automatic solver parameters selection通过右边的下拉菜单选择none即可.自己看看应该就清楚了.