Example - Dynamic GUI Layout

버전 1.1.0.1 (1.94 KB) 작성자: Jiro Doke
This example shows how you can build a GUI with dynamic UI component positioning
다운로드 수: 15.2K
업데이트 날짜: 2016/9/1

라이선스 보기

편집자 메모: This file was selected as MATLAB Central Pick of the Week

This example demonstrates how you can build a GUI with dynamic positioning of UI components (no distortions).
It is a simple GUI with an axis, slider, and a push button. The slider changes the coefficient in the equation:

y = sin(C*x) + cos((10-C)*x)

And it plots the equation. The push button resets the coefficient to 4.

The figure has a ResizeFcn defined so that every time the figure is resized, it re-positions the components. It keeps the size of the push button the same, and the slider and the axis fill the rest of the screen.

Try:
Resizing the figure window, and notice the size of the UI components.

This was a File Exchange Pick of the Week:
http://blogs.mathworks.com/pick/2008/02/15/gui-layout-part-1/

인용 양식

Jiro Doke (2024). Example - Dynamic GUI Layout (https://www.mathworks.com/matlabcentral/fileexchange/18769-example-dynamic-gui-layout), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2007b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 App Building에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.1

Updated license

1.1.0.0

Copyright update.

1.0.0.0