MATLAB: How to create a bifurcation diagram in MATLAB

bifurcationdiagramMATLAB

I would like to create a bifurcation diagram of a differential system in MATLAB. Is there a function which can do this automatically?

Best Answer

MATLAB does not contain a function which can directly calculate the bifurcation diagram of a system. However, it is possible to create a diagram using the tools within MATLAB.
A program which can create a bifurcation diagram within MATLAB is available via the MATLAB Central File Exchange at: http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=8382
NOTE: These versions are user-contributed files and are not officially supported by MathWorks.