📄 rk_ex_5_1.m
字号:
function rk_ex_5_1
% a example to call the rk_wjl to calculate the ode equation
[x,y]=rk_wjl('funtest1',0,1,1,0.01,-0.5);
plot(x,y)
hold on
plot(x,exp(-0.5*x) +x,'*r')
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -