convert value from radian form to degree form

3 次查看(过去 30 天)
hi i wanna convert numbers from degree form to radian form. how can i do that?tnx

采纳的回答

Steven Lord
Steven Lord 2021-11-25
See the deg2rad function.

更多回答(1 个)

James Tursa
James Tursa 2021-11-25
编辑:James Tursa 2021-11-25
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.

类别

Help CenterFile Exchange 中查找有关 Trigonometry 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by