Path: Math/Analysis
% Logistic function. f = 1/(1+exp(-x)); Since version 9. -------------------------------------------------------------------------- Form: f = Logistic( x ) -------------------------------------------------------------------------- ------ Inputs ------ x (1,:) Input ------- Outputs ------- f (1,:) Logistic function --------------------------------------------------------------------------
Common: Graphics/Plot2D
Back to the Math Module page