BndMdl = CreateBoundary(Tree)
creates a new boundary model, BndMdl, from the
mbcboundary.Tree object, Tree. The method uses the
test plan inputs to define the boundary model inputs. You must call Add to add the new model to the tree.
Type of boundary model, specified as a character vector. Type is a
property of the mbcboundary.AbstractBoundary class and all
subclasses.
B.Type returns the boundary model type.
Use the getAlternativeTypes method to find out what types are available for the
specified boundary model.
Available types depend on the boundary model.
For mbcboundary.TwoStage, the
LocalModel requires a type of either
Range or Ellipsoid.
GlobalModel requires a type of Interpolating
RBF only.
For mbcboundary.PointByPoint, the
LocalModel type can be any valid type for
mbcboundary.Model.
Note
You can only create boundaries of type 'Point-by-point' or
'Two-stage' from a local boundary tree or from an existing
boundary of type 'Point-by-point' or
'Two-stage'. You cannot create or fit these types of boundary
models outside of a project. Fit them by adding the boundary model to the boundary
tree. See example below.
Instance of mbcboundary.Tree class object, specified as an
mbcboundary.Tree object.
Data Types: char | string
Boundary model property name, specified as a character vector. The allowed values
depend on the boundary model type.
Example: Global,'Star-shaped'
Boundary model, specified as a boundary model object.
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.