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 Center および File ExchangeTrigonometry についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by