MATLAB: Sigmoid function value for parameter a and b

sigmoid

Please can someone help me with sigmoid function. Please can anyone tell me what values i should give for a and b so that i get for
y0=sigmf(0,[a b]) % y0 value less than 0.5
and for
y1=sigmf(1,[a b]) % y1 value greater than 0.5

Best Answer

According to my calculations you have to pick 0<b<1 and a>0.
E.g. b=1/2 and a=1