| 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 |
C.Type
This is a property of mbcdoe.constraint.
C.Type returns the design constraint type. You can only choose a type when you create the constraint, when calling CreateConstraint.
You can specify the constraint type during creation by using the Type property, e.g.,
c = D.CreateConstraint('Type','Linear')Other available properties depend on the constraint type. See the table Constraint Properties.
The constraint Type must be one shown in the following table.
| Constraint Type | Description |
|---|---|
| 'Linear' | Linear design constraint: 1*Input1 + 1* Input2 + 1* Input3 <= 0 |
| 'Ellipsoid' | Ellipsoid design constraint: Ellipsoid at (Input1=0, Input2=0, Input3=0) |
| '1D Table' | 1D Table design constraint: InputY(InputX) <= InputY max |
| '2D Table' | 2D Table design constraint: InputZ(InputX,InputY) <=InputZmax |
CreateConstraint; Constraint Properties
![]() | Type (for designs and generators) | Type (for models) | ![]() |

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 |