convert value from radian form to degree form

3 visualizaciones (últimos 30 días)
armin m
armin m el 25 de Nov. de 2021
Editada: James Tursa el 25 de Nov. de 2021
hi i wanna convert numbers from degree form to radian form. how can i do that?tnx

Respuesta aceptada

Steven Lord
Steven Lord el 25 de Nov. de 2021
See the deg2rad function.

Más respuestas (1)

James Tursa
James Tursa el 25 de Nov. de 2021
Editada: James Tursa el 25 de Nov. de 2021
If you have values, then just
number_in_radians = number_in_degrees * (pi/180);
If you are working with trig functions, note that there are both degree and radian versions of these functions. E.g.,
sin( ), sind( ), asin( ), asind( ), etc.

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