Documentation of simdopiv

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

Function Synopsis

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

Help text

 SIMulation Modell of DOPpelIntegrator, s-function, Vectorized

 This function implements the modell of the double integrator.

 Syntax:  [sys, x0] = simdopiv(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: objdopi, simdopi1, simlinq2

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).