MATLAB Function Reference | Search  Help Desk |
external | Methods |
Constructor for the external class
Syntax
m=external
m=external(m)
m=external(name,n_in,n_out)
Description
m=external
creates a new general external skeleton.
m=external(m)
clone the external object m
. This can be
also used to transform a structure in a external object since the
common fields are used to inizialize the external object.
m=external(name,n_in,n_out)
creates a new general system with n_in
inputs
and n_out
outputs. The name name
is associated
to it.