📄 molec_der.m
字号:
function derivs = molec_der( t, x, flag)
% molec_der: returns the derivatives for the two atom molecule
% model's full solution
% Entries in the vector of dependent variables are:
% x(1)-position, x(2)-velocity
derivs = [ x(2); 81*pi^2*(3./(x(1).^4)-2./(x(1).^3))/8];
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -