Persistent Figure
版本 1.0.0.0 (1.7 KB) 作者:
Bharath Lohray
A function to persistently draw a figure window at the same position on the screen.
p_figure is a wrapper around imshow to draw and keep the figure window position and size from resetting with each call.
See https://github.com/lordloh/persistent-figure/blob/master/README.md
# Usage:
```
fig1=p_figure(im)
```
Now move the figure to different screen or resize.
```
fig1=p_figure(im2,'fig_h',fig1)
```
The new image is displayed in the same figure window without changing the position.
引用格式
Bharath Lohray (2024). Persistent Figure (https://github.com/lordloh/persistent-figure), GitHub. 检索时间: .
MATLAB 版本兼容性
创建方式
R2017a
兼容任何版本
平台兼容性
Windows macOS Linux类别
- MATLAB > Graphics > Images > Display Image >
在 Help Center 和 MATLAB Answers 中查找有关 Display Image 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!无法下载基于 GitHub 默认分支的版本
版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0.0 | Added a screenshot. |
|
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库。
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库。