SSM_EP2HB

SSM_EP2HB

Contents

function varargout = SSM_ep2HB(obj,oid,run,lab,parRange,outdof,varargin)
        

SSM_EP2HB

This function performs continuation of hopf bifurcation (HB) equilibirium points of slow dynamics. HB bifurcation is of codimension one and hence two parameters are free to vary to yield an one-dimensional manifold of HB points. Each HB point corresponds to a TR bifurcation periodic orbit in the regular time dynamics. The continuation here starts from a saved solution, which is a HB point.

FRCIRS = SSM_EP2SN(OBJ,OID,RUN,LAB,PARRANGE,OUTDOF,VARARGIN)

See also: SSM_ISOL2EP, SSM_EP2EP, SSM_BP2EP, SSM_EP2SN

FRC = obj.SSM_cont_ep('HB',oid,run,lab,[],parRange,outdof,varargin{:});
varargout{1} = FRC;
        
end