이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
비행 계기
R2026a표준 조종석 계기를 통해 측정값 표시
애플리케이션에 비행 상태 정보(예: 고도 및 방향)를 표시하려면 MATLAB® 앱 디자이너의 조종석 계기 함수 및 속성 또는 계기판을 사용하십시오. 예를 들어, 이러한 함수와 속성 또는 계기판을 사용하여 표준 조종석의 외관과 느낌을 재현할 수 있습니다. 이러한 표준 조종석 계기들을 만드십시오. Aerospace Toolbox는 조종석 계기를 컴포넌트로 생성합니다. 관련 속성을 사용하여 이러한 조종석 계기 컴포넌트의 모양과 동작을 제어할 수 있습니다.
해당 함수는 uifigure 함수로 생성된 Figure에 대해서만 동작합니다. GUIDE 또는 figure 함수로 생성된 앱은 비행 계기 컴포넌트를 지원하지 않습니다. Aerospace Toolbox 라이선스가 있으면 MATLAB 앱 디자이너에서 비행 계기 계기판을 사용할 수 있습니다.
함수
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 | Create artificial horizon component |
uiaerorpm | Create revolutions per minute (RPM) indicator component |
uiaeroturn | Create turn coordinator component |
속성
| missing_link: aerotbx_ug#mw_f239b6e7-7da0-400e-8c00-ec85c7463398 | Control airspeed indicator appearance and behavior |
| missing_link: aerotbx_ug#mw_2503c9fd-589f-44b7-8bb5-667294256207 | Control altimeter appearance and behavior |
| missing_link: aerotbx_ug#mw_10ac3db6-89a6-4387-8a53-d0b52a2d8adb | Control artificial horizon appearance and behavior |
| missing_link: aerotbx_ug#mw_43a8dad4-e1b5-4eda-80ff-06f356d1f423 | Control climb indicator appearance and behavior |
| missing_link: aerotbx_ug#mw_e163443c-7552-4e62-a6cd-f8c1e29f5331 | Control exhaust gas temperature (EGT) indicator appearance and behavior |
| missing_link: aerotbx_ug#mw_91ea4390-9552-4785-affe-0322b8f89b23 | Control heading indicator appearance and behavior |
| missing_link: aerotbx_ug#mw_194f54e7-9b2c-45da-909f-11cd08db6070 | Control revolutions per minute (RPM) indicator appearance and behavior |
| missing_link: aerotbx_ug#mw_689a97d9-f07b-49b1-963c-ddafbf6d9977 | Control turn coordinator appearance and behavior |

