Borrar filtros
Borrar filtros

I am using matlab 2013 version,does matlab works in radians or degrees and can i change from degrees to radians (or) radians to degrees in the settings?

79 visualizaciones (últimos 30 días)
asin Inverse sine, result in radians.
sin Sine of argument in radians.

Respuestas (2)

David Young
David Young el 3 de Feb. de 2015
To work in radians, use sin, cos, asin, acos etc.
To work in degrees, use sind, cosd, asind, acosd etc.
To convert from degrees to radians, multiply by pi/180.
To convert from radians to degrees, multiply by 180/pi.
Check the documentation for other functions that refer to angles, which may use degrees or radians.

andre sallato
andre sallato el 26 de Mzo. de 2020
90degrees-tan^-1(.35719)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by