Limit figure size

版本 1.1.0.0 (3.5 KB) 作者: Jan
Set minimal or maximal size of a figure
835.0 次下载
更新时间 2016/2/29

查看许可证

LimitSizeFig - Set minimum and maximum figure size
Some dialogs become ugly, if their size is getting too small. Setting a minimal size in the figure's ResizeFcn leads to strange effects, when the left side of the figure is dragged. This function calls Java to limit the figure size.
LimitSizeFig(FigH, Prop, Ext)
INPUT:
FigH: Handle of a Matlab figure.
Prop: String, command:
'min', 'max': Set minimum or maximum extent.
'get': Reply the limits.
'clear': Clear both limits.
Ext: Extent as [1 x 2] vector, minimal width and height in pixels.
EXAMPLES:
FigH = figure;
LimitSizeFig(FigH, 'min', [200, 200])
LimitSizeFig('max', [400, 400]) % Uses GCF
Limit = LimitSizeFig(FigH, 'get')

Tested: Matlab 7.7, 7.8, 7.13, 8.6, HG2, WinXP/32, Win7/64
Run the unit-test uTest_LimitSizeFig to check the validity on your Matlab version.

引用格式

Jan (2024). Limit figure size (https://www.mathworks.com/matlabcentral/fileexchange/38527-limit-figure-size), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2015b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Call Web Services from MATLAB Using HTTP 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Adjutsed to R2015b
Mentioned compatibility with HG2.

1.0.0.0