Persistent Figure
バージョン 1.0.0.0 (1.67 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 リポジトリにアクセスしてください。