sisoinit
Configure Control System Designer at startup
Syntax
init_config = sisoinit(config)
Description
init_config = sisoinit(config)
returns
a template init_config
for initializing the Control
System Designer with one of the following control system configurations:
For more information about the control system configurations supported by the Control System Designer, see Feedback Control Architectures in Control System Designer.
For each configuration, you can specify the plant model G and
the sensor dynamics H, initialize the compensator C and
prefilter F, and configure the open- loop and closed-loop
views by specifying the corresponding fields of the structure init_config
.
Then you can start the Control System Designer in the
specified configuration using controlSystemDesigner(init_config)
.
Output argument init_config
is an object
with properties. The following tables list the block and loop properties.
Block Properties
Block | Properties | Values |
---|---|---|
F | Name | Character vector |
Description | Character vector | |
Value | LTI object | |
G | Name | Character vector |
Value |
| |
H | Name | Character vector |
Value |
| |
C | Name | Character vector |
Description | Character vector | |
Value | LTI object |
Loop Properties
Loops | Properties | Values |
---|---|---|
|
| Character vector Character vector
|
|
| Character vector Character vector
|
Examples
Version History
Introduced in R2006a