Main Content

このページは機械翻訳を使用して翻訳されました。最新版の英語を参照するには、ここをクリックします。

飛行計器

標準コックピット計器で測定値を表示

高度や方位などのアプリケーションの飛行ステータス情報を表示するには、MATLAB® App Designer のコックピット計器機能とそのプロパティまたはゲージを使用します。たとえば、これらの機能とプロパティ、またはゲージを使用して、標準コックピットの外観と操作感を再現できます。これらの標準的なコックピット計器を作成します。Aerospace Toolbox はコックピット計器をコンポーネントとして作成します。関連するプロパティを使用して、これらのコックピット計器コンポーネントの外観と動作を制御します。

これらの関数は、uifigure 関数で作成された図形に対してのみ機能します。GUIDE または figure 関数を使用して作成されたアプリは、飛行計器コンポーネントをサポートしていません。Aerospace Toolbox ライセンスがあれば、MATLAB App Designer を通じて飛行計器ゲージも利用できます。

関数

uiaeroairspeedCreate airspeed indicator component
uiaeroaltimeterCreate altimeter component
uiaeroclimbCreate climb rate indicator component
uiaeroegtCreate exhaust gas temperature (EGT) indicator component
uiaeroheadingCreate heading indicator component
uiaerohorizon人工水平線コンポーネントを作成する
uiaerorpmCreate revolutions per minute (RPM) indicator component
uiaeroturnCreate turn coordinator component

プロパティ

AirspeedIndicator PropertiesControl airspeed indicator appearance and behavior
Altimeter PropertiesControl altimeter appearance and behavior
ArtificialHorizon のプロパティ人工水平線の外観と動作を制御する
ClimbIndicator PropertiesControl climb indicator appearance and behavior
EGTIndicator PropertiesControl exhaust gas temperature (EGT) indicator appearance and behavior
HeadingIndicator PropertiesControl heading indicator appearance and behavior
RPMIndicator PropertiesControl revolutions per minute (RPM) indicator appearance and behavior
TurnCoordinator のプロパティターンコーディネーターの外観と動作を制御する

トピック

注目の例