Community Profile

photo

Camilo Sánchez


Attivo dal 2017

Followers: 0   Following: 0

Statistiche

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta