| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Model-Based Calibration |
| Contents | Index |
| Learn more about Model-Based Calibration |
D = AddDesign(T,D)
D = AddDesign(T,Level,D)
D = AddDesign(T,Level,D,Parent)
AddDesign is a method of mbcmodel.testplan.
D = AddDesign(T,D)
D = AddDesign(T,Level,D)
D = AddDesign(T,Level,D,Parent)
D is the array of designs to be added to the test plan, T.
Level is the test plan level. By default the level is the outer level (i.e., Level 1 for One-stage, Level 2 (global) for Two-stage).
Parent is the parent design in the design tree. By default designs are added to the top level of the design tree. See Designs for more information on the design tree.
In order to ensure that the design names are unique in the test plan, the design name will be changed when adding a design to a test plan if a design of the same name already exists. The array of designs with modified names is an output.
To add three designs to the test plan global (2) level:
D = AddDesign(TP, [sfDesign, parkedCamsDesign, mainDesign])
UpdateDesign; RemoveDesign; FindDesign
![]() | AddConstraint | AddFilter | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |