丁宽 发表于 2013-5-23 16:01:51

解微分方程的问题

function xdot=odefunc(t, x, G , M)r32=(x(1).^2+x(2).^2).^(3/2);xdot=;end这里的xdot怎么理解?
页: [1]
查看完整版本: 解微分方程的问题