このページは機械翻訳を使用して翻訳されました。最新版の英語を参照するには、ここをクリックします。
飛行計器
標準コックピット計器で測定値を表示
高度や方位などのアプリケーションの飛行状態情報を表示するには、MATLAB® App Designerのコックピット計器の機能とそのプロパティまたはゲージを使用します。たとえば、これらの機能とプロパティまたはゲージを使用して、標準コックピットの外観と操作感を再現できます。これらの標準的なコックピット計器を作成します。Aerospace Toolbox はコックピット計器をコンポーネントとして作成します。関連するプロパティを使用して、これらのコックピット計器コンポーネントの外観と動作を制御します。
これらの関数は、uifigure 関数で作成された図形に対してのみ機能します。GUIDE または figure 関数で作成されたアプリは、飛行計器コンポーネントをサポートしません。Aerospace Toolbox ライセンスがあれば、MATLAB App Designerを通じて飛行計器ゲージも利用できます。
関数
| uiaeroairspeed | Create airspeed indicator component | 
| uiaeroaltimeter | Create altimeter component | 
| uiaeroclimb | Create climb rate indicator component | 
| uiaeroegt | Create exhaust gas temperature (EGT) indicator component | 
| uiaeroheading | Create heading indicator component | 
| uiaerohorizon | 人工水平線コンポーネントを作成する | 
| uiaerorpm | Create revolutions per minute (RPM) indicator component | 
| uiaeroturn | Create turn coordinator component | 
プロパティ
| AirspeedIndicator Properties | Control airspeed indicator appearance and behavior | 
| Altimeter Properties | Control altimeter appearance and behavior | 
| ArtificialHorizon のプロパティ | 人工水平線の外観と動作を制御する | 
| ClimbIndicator Properties | Control climb indicator appearance and behavior | 
| EGTIndicator Properties | Control exhaust gas temperature (EGT) indicator appearance and behavior | 
| HeadingIndicator Properties | Control heading indicator appearance and behavior | 
| RPMIndicator Properties | Control revolutions per minute (RPM) indicator appearance and behavior | 
| TurnCoordinator のプロパティ | ターンコーディネーターの外観と動作を制御する | 
トピック
- 飛行計器コンポーネントとアニメーション オブジェクトの作成と構成任意の飛行計器機能を使用してデータを表示します。 
- Flight Instrument Components in App DesignerDisplay data using flight instrument gauges in App Designer. 

