why do i get an error while using arcsin(x) function?

hi, im trying to use the arcsin function but i keep getting an error. when using the sin function, it works fine: sin(degtorad(45))
ans =
0.7071
but when im trying to perform the invers calculation im getting error:
arcsin(0.7071)
Undefined function 'arcsin' for input arguments of type 'double'.
how to fix it?

 채택된 답변

Thomas
Thomas 2013년 4월 17일

4 개 추천

It is asin, not arcsin.

추가 답변 (1개)

카테고리

도움말 센터File Exchange에서 Bounding Regions에 대해 자세히 알아보기

제품

태그

질문:

2013년 4월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by