|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
SystemsModelDelete
SystemsModelDelete[sys, {in1, ...}]
deletes the subsystem of the systems model sys associated with inputs at position
.
SystemsModelDelete[sys, {in1, ...}, {out1, ...}]
also deletes the subsystem associated with outputs at positions
.
SystemsModelDelete[sys, {in1, ...}, {out1, ...}, {s1, s2, ...}]
deletes the subsystem of the state-space model sys associated with inputs, outputs, and states at
,
, and
, respectively.
DetailsDetails
- The systems model sys can be a StateSpaceModel or a TransferFunctionModel.
- The specifications of the inputs, outputs, and states can also be All or None.
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »




