Subplot In A Panle

버전 1.3.0.0 (6.25 KB) 작성자: yang
Function to generate a subplot like result in a panle of GUI or in a Figure
다운로드 수: 308
업데이트 날짜: 2013/8/1

라이선스 보기

The 'subplot.m' is a useful function for plot multi-axes in one figure. However, it is unavailable in GUI development.

So, I developed a function to generate a subplot like result in a panle of GUI or in a Figure.

The core function is 'PlotInPanle.m' functionm, where the first input is the handle of a panel uicontrol or a figure, and the second input is layout of each subfigure. The output of 'PlotInPanle.m' is handle of each axes.

A GUI named 'SubplotPanel.fig' was complied based on PlotInPanle.m to illustrate its function.

Example1: SubplotPanel;

Example12:
h=figure;Layout.Subplot=[2,2]; Layout.Figure=[{[1]},{[3]},{[2,4]}];AxesHandel=PlotInPanle(h,Layout);

인용 양식

yang (2024). Subplot In A Panle (https://www.mathworks.com/matlabcentral/fileexchange/42674-subplot-in-a-panle), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

Just adjust the file

1.0.0.0