Community Profile

photo

Camilo Sánchez


2017 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How I can check the system solution with a Matlab ODE function.
dydt(1) = 1.3*(y(3) - y(1)) + 10400*exp(20.7 - 1500/y(1))*y(2); dydt(2) = 1880 * (y(4) - y(2) * (1+exp(20.7 - 1500/y(1)))); ...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


Problem in ezplot with simple equation
s=dsolve ('Dy=(t+y)^(1/2)','y(0.4)=0.41') ezplot(s,[0.4,10]) Whats wrong???

約6年 前 | 1 件の回答 | 0

1

回答

質問


Error RungeKutta method......not enough input arguments
function [xSol,ySol] = runKut4(dEqs,x,y,xStop,h) %function [xSol,ySol] = runKut4(dEqs,x,y,xStop,h) % 4th-order Runge--Ku...

6年以上 前 | 1 件の回答 | 0

1

回答