| 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 |
M = response.Model
This is a property of all mbcmodel.response objects.
Each response contains a model object (mbcmodel.model) that can be extracted and manipulated independently of the project.
Extract a model object from any response object (see Response), and then:
Change model type, properties, and fit algorithm settings (ModelSetup, Type (for models); Properties (for models), CreateAlgorithm).
Create a copy of the model with the same inputs (CreateModel).
Include and exclude terms to improve the model (StepwiseRegression).
Examine coefficient values, predicted values, and regression matrices (ParameterStatistics; PredictedValue; Jacobian).
If you change the model you need to use UpdateResponse to replace the new model back into the response object in the project. When you use UpdateResponse the new model is fitted to the response data.
M = response.Model;
![]() | Model (for designs) | ModelForTest | ![]() |

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 |