restrict the tanh(x) function to the intervall [0,1] instead of [-1,1]
3 views (last 30 days)
Show older comments
Has anybody a hint how to do that?
Help is greatly appreciated.
0 Comments
Answers (1)
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.
0 Comments
See Also
Categories
Find more on String in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!