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.
Seleziona un sito web
Seleziona un sito web per visualizzare contenuto tradotto dove disponibile e vedere eventi e offerte locali. In base alla tua area geografica, ti consigliamo di selezionare: .
Puoi anche selezionare un sito web dal seguente elenco:
Come ottenere le migliori prestazioni del sito
Per ottenere le migliori prestazioni del sito, seleziona il sito cinese (in cinese o in inglese). I siti MathWorks per gli altri paesi non sono ottimizzati per essere visitati dalla tua area geografica.
Americhe
- América Latina (Español)
- Canada (English)
- United States (English)
Europa
- 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)