close all clear all ci = [-50, 0.7, 0.0530]; %% estos son los valores estacionarios [t,x] = ode23s ('bursting',[0,20],ci); v=x(:,1); % variable v n=x(:,2); % variable w Ca=x(:,3); % variable w figure plot(t,v)