myfigure

版本 1.0.0.0 (1.6 KB) 作者: David Long
shortcut for figure command to enable switching between figures w/o raising windows to the front
258.0 次下载
更新时间 2011/12/30

查看许可证

This shortcut replacement for matlab's figure command allows rapid switching between figures without the speed slow down caused by raising the figure window to the front every time it is made active, which is the default action for matlab's figure command. Using this routine figures can be plotted to even when iconified and is very handy when rapidly switching between figures.

Usage: h=myfigure(num) with optional input and output args

- if there no input figure number num, rutine creates a new figure which is raised to front and made active
- if num is specified and figure does not exist, routines creates figure num which is raised to front and made active
- if figure num already exits, this function makes it active (current) but does not raise it to the front

optionally returns figure handle of newly active figure

引用格式

David Long (2024). myfigure (https://www.mathworks.com/matlabcentral/fileexchange/34392-myfigure), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R14
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Interactive Control and Callbacks 的更多信息

Community Treasure Hunt

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

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