photo

Lauren


Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


Plot of Quadratic Equation coming out Linear...What do I do??? Emergency
Here is my plot code clear all x=[-10:1:10]; y1=-x+x.^2/(1+x.^2); y2=-.5*x + x.^2/(1+x.^2); y3=-.2*x+x.^2/(1+x.^2...

quasi 11 anni fa | 1 risposta | 0

1

risposta

Domanda


"Not Enough Arguments" Error in ode23 - code is perfect as far as I know...
function kinetics=examquestion1(t,Y) kinetics=zeros(3,1); kinetics(1)=-Y(1)*Y(2)+0.1*Y(3); kinetics(2)=-Y(1)*Y(2)+0.1*Y...

quasi 11 anni fa | 2 risposte | 0

2

risposte