メインコンテンツ

Degrees to Radians

度をラジアンに変換

  • Degrees to Radians block

ライブラリ:
Simulink Extras / Transformations

説明

Degrees to Radians ブロックは、度単位の入力角度からラジアン単位の出力角度を計算します。

radians = (n/180) × degrees

radians はラジアン単位の角度、degrees は度単位の角度です。

端子

入力

すべて展開する

度単位の入力角度を指定する入力信号。

データ型: single | double | int8 | int16 | int32 | uint8 | uint16 | uint32 | fixed point

出力

すべて展開する

ラジアン単位の角度を指定する出力信号。

データ型: single | double | int8 | int16 | int32 | uint8 | uint16 | uint32 | fixed point

バージョン履歴

R2008b で導入