Community Profile

photo

Camilo Sánchez


Aktiv seit 2017

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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)))); ...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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???

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort