ActiveInputs - Active boundary model inputs
Syntax
B.ActiveInputs = [X]
Description
ActiveInputs is a property of mbcboundary.Model.
B.ActiveInputs = [X] sets the active inputs
for the boundary model. X is a logical row vector
indicating which inputs to use to fit a boundary. You can build boundary
models using subsets of input factors and then combine them for the
most accurate boundary. This approach can provide more effective results
than including all inputs.
Examples
To make a boundary model using only the first two inputs:
B.ActiveInputs = [true true false false];
See Also
Boundary Models
 | Commands — Alphabetical List | | Add |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit