Borrar filtros
Borrar filtros

how to plot bifurcation diagram in matlab

226 visualizaciones (últimos 30 días)
nune pratyusha
nune pratyusha el 12 de Mzo. de 2021
Comentada: Atish kumar Sethy el 22 de Jul. de 2022
a=7.2*10^-6;
Gm=2.5*10^-2
Sp=2.75*10^-5;
yon=6*10^-2;
b=4.7;
son=4.5*10^-1;
B=10^-4;
vm=0:0.5:2.5;
gp=sinh(vm);
A=10^-10;
soff=1.3*10^-2;
beta=500;
yoff=1.3*10^-2
v=sawtooth(2*pi*1*t)
i=v.*(y*Gm+(1-y)*a.*exp(b*sqrt(abs(v))))
p=i.*v
dydt = B*sinh(v/son).*exp(-y.^2/yon^2).*exp(p/Sp)*heaviside(v)+...
A*sinh(v/soff).*exp(-yoff^2./y.^2).*exp(1/(1+beta*p))*heaviside(-v)
i want to bifurcation diagram for i,v

Respuestas (1)

Pranav Verma
Pranav Verma el 15 de Mzo. de 2021
  1 comentario
Atish kumar Sethy
Atish kumar Sethy el 22 de Jul. de 2022
Hopf bifurcation for holling type problem matlab code
if avilable share the matlab code

Iniciar sesión para comentar.

Categorías

Más información sobre Programming en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by