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.

mackeyglass_pub
function mackeyglass_pub

delete ('html\*.*');
opts.format ='html';
opts.outputDir = 'html';
opts.evalCode = false;
publish('mackeyglass_eq.m',opts);
publish('mackeyglass_rk4.m',opts);
opts.evalCode = true;
opts.maxOutputLines = 21;
file = publish('mackeyglass.m',opts);
web(file);
disp(file);

Contact us at files@mathworks.com