restrict the tanh(x) function to the intervall [0,1] instead of [-1,1]

3 views (last 30 days)
Has anybody a hint how to do that?
Help is greatly appreciated.

Answers (1)

Walter Roberson
Walter Roberson on 10 Nov 2011
Only by restricting the argument.
If the idea is to have a function that behaves like tanh for positive numbers but is 0 for negative numbers, then use a dirac delta.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!