convert value from radian form to degree form

조회 수: 3 (최근 30일)
armin m
armin m 2021년 11월 25일
편집: James Tursa 2021년 11월 25일
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