| 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 |
list = getAlternativeTypes(Model)
list = getAlternativeTypes(Boundary)
list = getAlternativeTypes(Design)
list = getAlternativeTypes(Design,Style)
list = getAlternativeTypes(DesignGenerator)
list = getAlternativeTypes(DesignGenerator,Style)
list = getAlternativeTypes(CandidateSet)
list = getAlternativeTypes(DesignConstraint)
This is a method of
mbcmodel.model
All the boundary model objects: mbcboundary.AbstractBoundary and all its subclasses.
All the design objects: mbcdoe.design, mbcdoe.generator, mbcdoe.candidateset, and mbcdoe.designconstraint.
list = getAlternativeTypes(Model) returns a cell array of alternative model types with the same number of inputs as Model.
list = getAlternativeTypes(Boundary) returns a list of boundary model types that you can use as alternative boundary model types for the current boundary model.
list = getAlternativeTypes(Design) returns a list of design types, which you can use as alternative designs for current design.
list = getAlternativeTypes(Design,Style) returns a list of design types of the specified style. The design style requires a type of 'Space-Filling', 'Classical' or 'Optimal'.
list = getAlternativeTypes(DesignGenerator) returns a list of design generator types that you can use as alternative designs for current design generator.
list = getAlternativeTypes(DesignGenerator,Style) returns a list of design generator types of the specified style. The design generator style requires a type of 'Candidate Set','Space-Filling', 'Classical' or 'Optimal'.
list = getAlternativeTypes(CandidateSet) is a list of candidate set types that you can use as alternative candidate sets for the current candidate set. You can obtain the candidate set from an optimal design generator or by using mbcdoe.design.CreateCandidateSet.
list = getAlternativeTypes(DesignConstraint) returns a list of design constraint types.
mdl = mbcmodel.CreateModel('RBF', 2);
altmodels = getAlternativeTypes(mdl)This produces the output:
altmodels = Columns 1 through 6 'Polynomial' 'Hybrid Spline' 'RBF' 'Polynomial-RBF' 'Hybrid Spline-RBF' 'Multiple Linear' Columns 7 through 8 'Neural Network' 'Transient'
Type (for models), CreateModel
![]() | getAlternativeNames | GetIncludedTerms | ![]() |

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 |