Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scilab 0.31 KB | None | 0 0
  1. //Data del laboratorio 9
  2. //Limpieza de los datos
  3. clear;
  4. //Limpieza de la consola.
  5. clc;
  6. //Instantantes de interes
  7.  
  8. //Valores de los parametros.
  9. Alfa = 0.5;
  10. Beta = 0.01;
  11. Gamma= 0.2;
  12. Sigma = 0.01;
  13.  
  14. //Condiciones iniciales
  15. PresaInicial = 25;
  16. DepredInicial = 5;
  17.  
  18.  
  19. //Condicion inicial para la codicion ode()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement