Method ssm/generateInitialStates
GENERATEINITIALSTATES generates a set of initial states for the system.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
DESCRIPTION: Generates a set of initial states for the system. The
initial states are all zero, unless otherwise specified.
CALL:
states = sys.generateInitialStates();
states = sys.generateInitialStates(plist);
INPUTS:
sys - an ssm object
OUTPUTS:
states - an cell-array of state vectors
Parameters Description
M Hewitson 2012-05-03
VERSION: $Id:$
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details |
|
Access |
public |
Defining Class |
ssm |
Sealed |
0 |
Static |
0 |
Parameter Description
Sets for this method … |
Default |
Default |
no description |
Key |
Default Value |
Options |
Description |
STATES |
{} [0x0] |
none |
A cell-array of state names to initialise to the given values. |
VALUES |
[] |
none |
A vector of initial values, one per specified state. |
back to top
Some information of the method ssm/generateInitialStates are listed below: |
Class name |
ssm |
Method name |
generateInitialStates |
Category |
Operator |
CVS Version |
$Id: simulate.m,v 1.113 2012/03/07 20:06:23 mauro Exp $ |
Min input args |
1 |
Max input args |
-1 |
Min output args |
1 |
Max output args |
-1 |
|
Method: ssm/cpsdForIndependentInputs |
|
Method: ssm/kalman |
 |
©LTP Team