Reader_Founder 发表于 2013-8-28 13:46

用ode23s解下面方程组,出现问题了,等高人出现,急

用ode23s求解方程组时,得到结果为u最终稳定与一个大于N的值,可是x+y+z+w+u=N,问题出在哪里,
在线等,谢谢

magic2728 发表于 2013-8-28 20:33

我求了这个方程,结果好像没有稳定,而且作为初值问题,第一个限定条件应该是不能给的吧?

Reader_Founder 发表于 2013-8-28 20:45

magic2728 发表于 2013-8-28 20:33 static/image/common/back.gif
我求了这个方程,结果好像没有稳定,而且作为初值问题,第一个限定条件应该是不能给的吧?

不说这个了,谢谢斑竹,如何用matlab做因子分析,要有因子旋转的,我试试好长时间那个命令,还是运行不对,能给我一个正确的例子吗?

十分谢谢

Reader_Founder 发表于 2013-8-28 20:45

magic2728 发表于 2013-8-28 20:33 static/image/common/back.gif
我求了这个方程,结果好像没有稳定,而且作为初值问题,第一个限定条件应该是不能给的吧?

clear;
x1=binornd(46,0.0033 , 46,1);      x2=binornd(46,0.0113 , 46,1);

x3=binornd(46,0.0113  , 46,1);      x4=binornd(46,0.0014 , 46,1);

x5=binornd(46,0.0057  , 46,1);        x6=binornd(46,        0.0080 , 46,1);

x7=binornd(46,        0.0038 , 46,1);          x8=binornd(46,0.0104  , 46,1);

x9=binornd(46,0.0009 , 46,1);

A=;

= factoran(A,4,'xtype','data','scores','wls','start','rsquared','rotate','varimax','coeff',1,'normalize',1);

magic2728 发表于 2013-8-28 21:28

Reader_Founder 发表于 2013-8-28 20:45 static/image/common/back.gif
clear;
x1=binornd(46,0.0033 , 46,1);      x2=binornd(46,0.0113 , 46,1);



这是要干什么。。。
页: [1]
查看完整版本: 用ode23s解下面方程组,出现问题了,等高人出现,急