[討論] 微分方程相關
想解xsin(x)+ycos(x)跟xsin(x)-ycos(x)
但不知為何以及哪裡錯
主程式
x0 = [0 1];
tsp = [0 2];
[x1,x2] = ode45('tseat',tsp,x0);
副程式
function dx = tseat(x1,x2)
dx = zeros(2,1);
dx(1) = x(1)*sin(x)+x(2)*cos(x);
dx(2) = x(1)*sin(x)-x(2)*cos(x);
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 114.198.183.28
※ 文章網址: https://www.ptt.cc/bbs/MATLAB/M.1543571007.A.654.html
※ 編輯: greethux (114.198.183.28), 11/30/2018 21:14:41
→
12/01 01:04,
6年前
, 1F
12/01 01:04, 1F
MATLAB 近期熱門文章
PTT數位生活區 即時熱門文章