orgfigs

版本 1.1.0.0 (4.5 KB) 作者: J Weijs
Organizes all open figure windows, customizable
36.0 次下载
更新时间 2016/6/8

查看许可证

orgfigs ("organize figures") is a function that helps to display all open
figure windows in an orderly fashion on the screen. It will also bring
all figures windows to the front, such that they can all be viewed
simultaneously. To maximize viewable plot data, the menu bar on top of
each figure will be obscured by the row of figures above.
SYNTAX: orgfigs(Name,Value,...)
orgfigs can be called without any arguments, in that case
orgfigs will try to find the best values
by choosing a suitable N x N grid.
The user can fix any number of the following variables:
Name: Description:
'FigureWidth' Fix figure width
'FigureHeight' Fix figure height
'NrOfFigsHor' Number of figures per row
'NrOfFigsVer' Number of figures per column
NOTE that the choosing inappropriate values may lead to (some)
figures being placed off-screen or stuck against the border. At
the moment the program does not warn for this.

引用格式

J Weijs (2024). orgfigs (https://www.mathworks.com/matlabcentral/fileexchange/57568-orgfigs), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2016a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Graphics Object Programming 的更多信息
标签 添加标签

Community Treasure Hunt

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

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

Improved automatic selection of windows sizes/grid.
Added screenshot
Small fixes

1.0.1.0

Bugfix

1.0.0.0

Small fixes.