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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答