BlockImporter[SimplifyModel] - simplify the equations of a BlockImporter system record
|
Calling Sequence
|
|
SimplifyModel( sys, opts )
|
|
Parameters
|
|
sys
|
-
|
record; system data
|
opts
|
-
|
(optional) equation(s) of the form option = value; specify options for the SimplifyModel command
|
|
|
|
|
Description
|
|
•
|
The SimplifyModel command simplifies the equations of a BlockImporter data structure.
|
|
|
Options
|
|
|
If true, the simplified equations replace the original equations in sys. If false, a new record is created and the original record is not modified. The default is false.
|
•
|
method = default or tryhard
|
|
Selects the method used to simplify the equations. The default is default.
|
|
|
Examples
|
|
>
|
|
Create an example of an imported data structure.
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?