?? odeset_example.m
字號:
%odeset_example.m
%解常微分方程
option = odeset('RelTol',1e-6,'OutputFcn','odephas2');
[t,y] = ode45(@ivpodefun,[0 20],[2; 0],option);
xlabel('y');
ylabel('y的一階導數');
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -