Logistic:
--------------------------------------------------------------------------
Logistic function.
f = 1/(1+exp(-x));
Since version 9.
--------------------------------------------------------------------------
Form:
f = Logistic( x )
--------------------------------------------------------------------------
------
Inputs
------
x (1,:) Input
-------
Outputs
-------
f (1,:) Logistic function
--------------------------------------------------------------------------
Children:
Common: Graphics/Plot2D