MATLAB Function Reference
  Go to function:
    Search    Help Desk 
internal     Methods    See Also

Constructor for the internal class

Syntax

Description

m=internal creates a new general system skeleton

m=internal(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.

m=internal(name,n_in,n_out,n_state) creates a new general system with n_in inputs, n_out outputs and n_state states. The name name is associated to it.

Methods

See Also

also

[ Help Desk ]