Code covered by the BSD License  

Highlights from
Reliable and Roubst Design

image thumbnail
from Reliable and Roubst Design by Stuart Kozola
MATLAB Code used in the Jan 2008 Digest Article

suspnHtmlTable
function suspnHtmlTable

f = fopen('suspnTable.html');
c = native2unicode(fread(f,'uint8=>uint8')');
fclose(f);

% Normalize line endings.
c = regexprep(c, '\r\n?', '\n');

% print code for publishing
fprintf('%s',c)

Contact us at files@mathworks.com