image thumbnail
from Mackey-Glass time series generator by Marco Cococcioni
This function generates a Mackey-Glass time series using the 4-th order Runge-Kutta method.

content.m
mackeyglass.m     : Matlab source code for generating a Mackey-Glass time series
mackeyglass_eq.m  : function which computes the Mackay-Glass equation
mackeyglass_rk4.m : function which implements the 4-th order Runge-Kutta method
mackeyglass_pub.m : publish mackeyglass.m, mackeyglass_eq.m and mackeyglass_rk4.m in html
                    subfolder
mackeyglass.pdf   : A pdf file with an example of the published code
mackeyglass.c     : original C source code by Jang
make.m            : this script builds the executable for mackeyglass.c (for comparing purposes)

Contact us at files@mathworks.com