Community Profile

photo

Lauren


Active since 2014

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


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

10 years ago | 1 answer | 0

1

answer

Question


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

10 years ago | 2 answers | 0

2

answers