simulink时出现Warning: The model 'untitled' does not have continuous states, hence using the
(2011-12-07 16:20:59)
标签:
simulinkvariablestepdiscreteinsteadofthesolverode45杂谈 |
分类: matlab |
在运行simulink时出现Warning: The model 'untitled' does not have continuous states, hence using the solver 'VariableStepDiscrete' instead of the solver 'ode45' specified in the Configuration Parameters dialog.是怎么回事?
推荐答案
2010-12-29
21:43
你的系统里采用的是离散方法,系统运行时算法问题直接自动改了,这对你的仿真没有影响。如果你想让这个提示消失的话就在工具栏里有个参数设置的框,把算法选择改了VariableStepDiscrete就可以了。
http://zhidao.baidu.com/question/210848432.html
前一篇:[转载]大学生记者如何写好新闻稿
后一篇:matlab warning

加载中…