Community Profile

photo

Camilo Sánchez


Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer