Documentation of simlinq2

Global Index (all files) (short | long) | Local contents | Local Index (files in subdir) (short | long)

Function Synopsis

[sys, x0] = simlinq2(t, x, u, flag);

Help text

 Modell of Linear Quadratic Problem, s-function

 This function implements the modell of the Linear Quadratic Problem.

 Syntax:  [sys, x0] = simlinq2(t, x, u, flag)

 Input parameters:
    t         - given time point
    x         - current state vector
                1 column for every individual
    u         - input vector
                1 column for every individual
    flag      - flags

 Output parameters:
    sys       - Vector containing the new state derivatives
                1 column for every individual
    x0        - initial value            

 See also: objlinq2, objlinq, simdopiv, simdopi1

Cross-Reference Information

This function is called by
GEATbx: Main page  Tutorial  Algorithms  M-functions  Parameter/Options  Example functions  www.geatbx.com 

This document is part of version 3.8 of the GEATbx: Genetic and Evolutionary Algorithm Toolbox for use with Matlab - www.geatbx.com.
The Genetic and Evolutionary Algorithm Toolbox is not public domain.
© 1994-2006 Hartmut Pohlheim, All Rights Reserved, (support@geatbx.com).