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.
选择网站
选择网站以获取翻译的可用内容,以及查看当地活动和优惠。根据您的位置,我们建议您选择:。
您也可以从以下列表中选择网站:
如何获得最佳网站性能
选择中国网站(中文或英文)以获得最佳网站性能。其他 MathWorks 国家/地区网站并未针对您所在位置的访问进行优化。
美洲
- América Latina (Español)
- Canada (English)
- United States (English)
欧洲
- 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)