Guest User

Untitled

a guest
Jul 15th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.14 KB | None | 0 0
  1. for i=1:10
  2. % solve the system of ODEs that are specified in bistability.m
  3. [t,y] = ode45('bistabilitymin', [t0 tfinal], y0);
  4. EE(i) = y(:,3);
  5. end;
Add Comment
Please, Sign In to add comment