📄 readme.txt
字号:
Designing for Reliability and Robustness - Digest Article - January 2008
The files contained in this zip file are from the January 2008 digest article.
http://http://www.mathworks.com/company/newsletters/digest/2008/jan/robust_design.html
Please be aware that you will need MATLAB(R), Optimization, and Statistics
Toolbox and Simulink to run the code in this download. The code was developed
under R2007b.
To request a trial of these products please visit:
http://www.mathworks.com/products/optimization/tryit.html
You should step through rrdesign.m in cell execution mode. To enable
cell mode, first open the M-file by typing "edit rrdesign" at the MATLAB
command prompt. Once the editor opens, go to the "Cell" menu and select
"Enable Cell Mode". Once cell mode is enabled, you can right-click within
each cell (cells begin with %%) and select "Evaluate Current Cell".
This script is commented such that it produces a detailed report if you
publish it (original in downloaded html(final) folder). This report includes
background information, a description of what the code is doing, Code
samples, figures, and an analysis of the results. To publish the M-file,
go to the "File" menu within the editor and "Publish To" your desired file
format.
---------------------------------------------------------------------------
Contained in this download are:
General:
README.txt this document
Digest Article Link:
http://http://www.mathworks.com/company/newsletters/digest/2008/jan/robust_design.html
M-Files:
checkLicense.m Script to verify required products are available
cumprobPlot.m Cummulative probabliliy plot (generated for dfittool)
mldemo_suspgraph.m Plotting function for Simulink output
myCostFcn.m Traditional optimization cost function
myCostFcnRR.m Reliable/Robust design cost function
myCostFcn_slow.m Traditional optimization cost function (calls Simulink with plot)
myNonlCon.m Traditional optimization nonlinear constraint
myNonlConR.m Reliable design nonlinear constraint
myNonlConRR.m Reliable/Robust Design nonlinear constraint
rrdesign.m DRIVER SCRIPT --> USE THIS TO SEE DEMO
rrplot.m Custom plot for optimization results
struct2var.m helper function to convert structure to variables
survivalFit.m Survival function plot generated from dfittool
suspnSurvivalData.dfit Dfittool session file (to reproduce fit)
suspnHtmlTable.m helper function to display table when rrdesign.m is published
suspnTable.html The html table for publishing
MAT-Files:
suspnSurvivalData.mat Historical survival data
tradOptimProblem.mat Optimtool problem definition for traditional case
MDL-Files:
mldemo_suspnfast.mdl Simulink suspension model
mldemo_suspnslow.mdl Simulink model of the motor
car.jpg Simulink block image file
HTML(FINAL) Folder:
MATLAB published version of rrdesign.m. To view, open
rrdesign.html in a web browser.
---------------------------------------------------------------------------
Questions/Comments:
stuart.kozola@mathworks.com
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -