func6p3.m
资源名称:数值分析课程设计.zip [点击查看]
上传用户:zhdd911129
上传日期:2007-05-11
资源大小:722k
文件大小:0k
源码类别:
matlab例程
开发平台:
Matlab
- options = odeset('RelTol',1e-4,'AbsTol',[1e-4 1e-4 1e-5]);
- [T,Y] = ode23(@sub6p3,[0 10],[0 0 0],options);
- plot(T,Y(:,1),'-',T,Y(:,2),'-.',T,Y(:,3),'.')
- %Please see the figure