mbcCreateModel
R2026bDescription
Examples
Create a hybrid spline with four input factors.
M = mbcCreateModel('Hybrid Spline', 4)Create an RBF with four input factors.
Inputs = mbcinputs('Symbol',{'N','L','EXH','INT'}',... 'Name',{'ENGSPEED','LOAD','EXHCAM','INTCAM'}',... 'Range',{[800 5000],[0.1 1],[-5 50],[-5 50]}'); RBFModel = mbcCreateModel( 'RBF', Inputs);
Input Arguments
Type of model objects.
Note
Spaces and case in model Type are ignored.
The model type must be one in this table.
| Type | Model Object |
|---|---|
| Polynomial |
mbcmodel.linearmodel
|
| Hybrid Spline |
mbcmodel.linearmodel
|
| RBF |
mbcmodel.linearmodel
|
| Hybrid RBF |
mbcmodel.linearmodel
|
| Polynomial-RBF |
mbcmodel.linearmodel
|
| Hybrid Spline-RBF |
mbcmodel.linearmodel
|
| Gaussian Process |
mbcmodel.model
|
| Free Knot Spline |
mbcmodel.model
|
| Transient |
mbcmodel.model
|
| User-Defined |
mbcmodel.model
|
| Neural Network |
mbcmodel.model
|
| Interpolating RBF |
mbcmodel.model
|
| Local Polynomial Spline |
mbcmodel.localmodel
|
| Local Polynomial with Datum |
mbcmodel.localmodel
|
| Local Polynomial |
mbcmodel.localmodel
|
| Local Hybrid Spline |
mbcmodel.localmodel
|
| Local Truncated Power Series |
mbcmodel.localmodel
|
| Local Free Knot Spline |
mbcmodel.localmodel
|
| Local Multiple Models |
mbcmodel.localmodel
|
| Local Growth |
mbcmodel.localmodel
|
| Local User-Defined |
mbcmodel.localmodel
|
| Local Transient |
mbcmodel.localmodel
|
| Local Average Fit |
mbcmodel.localmodel
|
Data Types: char | string
Model input, specified as an mbcinputs object.
Output Arguments
Model created by mbcCreateModel, returned as a model
object.
Version History
Introduced in R2026bmbcmodel.CreateModel has been renamed to
mbcCreateModel. There are no plans to remove support for
references to mbcmodel.CreateModel.
See Also
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Sélectionner un site web
Choisissez un site web pour accéder au contenu traduit dans votre langue (lorsqu'il est disponible) et voir les événements et les offres locales. D’après votre position, nous vous recommandons de sélectionner la région suivante : .
Vous pouvez également sélectionner un site web dans la liste suivante :
Comment optimiser les performances du site
Pour optimiser les performances du site, sélectionnez la région Chine (en chinois ou en anglais). Les sites de MathWorks pour les autres pays ne sont pas optimisés pour les visites provenant de votre région.
Amériques
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)