Persistent Figure

A function to persistently draw a figure window at the same position on the screen.
22 descargas
Actualizado 20 jul 2017

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.

Citar como

Bharath Lohray (2024). Persistent Figure (https://github.com/lordloh/persistent-figure), GitHub. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2017a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Display Image en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!

No se pueden descargar versiones que utilicen la rama predeterminada de GitHub

Versión Publicado Notas de la versión
1.0.0.0

Added a screenshot.

Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.