ufigpos

版本 1.0.0.0 (1.5 KB) 作者: Marc Jakobi
For maintaining figure proportions on different screen resolutions.
31.0 次下载
更新时间 2016/10/5

查看许可证

UFIGPOS: For adjustment of figure positions so that they maintain their
proportions on different screen resolutions and fit on the screen.
Sometimes creating a figure with a manually set Position property will
look good on the machine on which it was created, but become distorted or
not fit on the screen on another machine. This function can be used to
determine the position of the figure after its initial creation and the
screen resolution of the machine on which it was created. When running the
script in which the figure is created on another machine, the outputs of
this function can be used as inputs in the script to ensure the figure
fits on the other machine's screen while maintaining its proportions.

Syntax:

1. In order to get the required inputs on machine on which figure was first created:
[Pos, RawRes] = ufigpos(h);
2. Adjust figure position on any other machine:
ufigpos(h, Pos, RawRes]

Input arguments:

h: Figure-Handle
Pos: (use only in step 2) - Position of the figure determined in
step 1
RawRes: (use only in step 2) - Screen resolution of the machine on
which the original figure was first created (determined in step 1).

Output arguments (step 1):

Pos: Position of the figure
RawRes: Screen resolution of the machine

Author: Marc Jakobi, 27.04.2016

引用格式

Marc Jakobi (2024). ufigpos (https://www.mathworks.com/matlabcentral/fileexchange/59494-ufigpos), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2016b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Grid Lines, Tick Values, and Labels 的更多信息

Community Treasure Hunt

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

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