Constructor for the system abstract class
Syntax
m=system
m=system(name,n_in,n_out)
Description
m=system
creates a new general system skeleton
m=system(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.
Methods
- add_data
add a input-output data set to the model
- add_mapping
add a mapping to a system object
- clone_output
clone the mapping associated to an output
- denormalise
normalises the system M
- display
Display an object of class system
- eval
computes the value of the system for some regressor
- get
gets the value of the attribute of an object
- identify
Identify the system from data (abstact method)
- interp_model
computes the jacobian of the model by interpoling local models
- jacob_inputs
computes the jacobian of the model
- jacob_params
computes the jacobian of the model
- normalise
normalises the system M
- plot
plot the system
- set
Set object properties
See Also
[ Help Desk ]