Code covered by the BSD License
-
cumprobPlot(cost)
CUMPROBPLOT Create plot of datasets and fits
-
myCostFcn(x,simParms)
Unpack simParms structure for Simulink Use
-
myCostFcnRR(x,simParms)
Unpack simParms sturcutre for Simulink Use
-
myCostFcn_slow(x,simParms)
Unpack simParms sturcutre for Simulink Use
-
myNonlCon(x,simParms)
mynonlcon.m Nonlinear constraints for fmincon.
-
myNonlConR(x,simParms)
mynonlcon.m Nonlinear constraints for fmincon.
-
myNonlConRR(x,simParms)
mynonlcon.m Nonlinear constraints for fmincon.
-
rrplot(cost,k,c)
RRPLOT is a custom plot for rrdesign.m
-
struct2var(s)
STRUCT2VAR Convert structure array to workspace variables.
-
survivalFit(miles3,miles5,mil...
SURVIVALFIT Create plot of datasets and fits
-
suspnHtmlTable
Normalize line endings.
-
checkLicense.m
-
mldemo_suspgraph.m
-
rrdesign.m
-
mldemo_suspnfast
-
mldemo_suspnslow
-
Designing for Reliability and...
-
suspnTable.html
-
View all files
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