convert value from radian form to degree form

3 Ansichten (letzte 30 Tage)
armin m
armin m am 25 Nov. 2021
Bearbeitet: James Tursa am 25 Nov. 2021
hi i wanna convert numbers from degree form to radian form. how can i do that?tnx

Akzeptierte Antwort

Steven Lord
Steven Lord am 25 Nov. 2021
See the deg2rad function.

Weitere Antworten (1)

James Tursa
James Tursa am 25 Nov. 2021
Bearbeitet: James Tursa am 25 Nov. 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.

Kategorien

Mehr zu Trigonometry finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by