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

14 visualizaciones (últimos 30 días)
Dany
Dany el 17 de Abr. de 2013
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?

Respuesta aceptada

Thomas
Thomas el 17 de Abr. de 2013
It is asin, not arcsin.

Más respuestas (1)

Yao Li
Yao Li el 17 de Abr. de 2013
sind(45);
asind(0.7071);

Categorías

Más información sobre Trigonometry en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by