Y = asinh(X)
to get Y which is the inverse hyperbolic sine value. I have Y , how can I get x?

 채택된 답변

Ameer Hamza
Ameer Hamza 2018년 8월 13일

0 개 추천

MATLAB also has hyperbolic sin sinh() function.
y = asinh(x);
sinh(y)
sinh(y) will give back x.

추가 답변 (1개)

Stephan
Stephan 2018년 8월 13일
편집: Stephan 2018년 8월 13일

0 개 추천

Hi,
if you have symbolic math toolbox use finverse to do this for the general case of finding inverse functions.
Best regards
Stephan

카테고리

태그

질문:

2018년 8월 13일

편집:

2018년 8월 13일

Community Treasure Hunt

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

Start Hunting!

Translated by