restrict the tanh(x) function to the intervall [0,1] instead of [-1,1]
조회 수: 2 (최근 30일)
이전 댓글 표시
Has anybody a hint how to do that?
Help is greatly appreciated.
댓글 수: 0
답변 (1개)
Walter Roberson
2011년 11월 10일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 String에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!