myfigure - extension of MATLAB's figure

Version 1.0 (361 ko) par Oleg Iupikov
Creates figure window with extra options, non-overlapping placement of multiple figures, and profile management.
10 téléchargements
Mise à jour 8 août 2023

Afficher la licence

myfigure
Creates figure window with extra options, non-overlapping placement of multiple figures, and profile management.
Overview
The function myfigure is an extention built on top of MATLAB's figure function, which allows:
  • figure creation on the user-specified monitor (in multi-monitor systems)
  • automatic placement of new figure next to the existing one to avoid their overlapping;
  • optionally, if there are many figures, new figures can be placed on multiple monitors;
  • automatic setting of the figure size same as the previous figure, or manual size setting;
  • specifying distance between figures ("gaps") and distance to the screen borders ("margins");
  • creating axes: single or tiled layout (uses MATLAB's tiledlayout);
  • setting axes properties;
  • executing user-defined functions after creating the figure or axes on it;
  • disabling the figure's menu bar and tool bar;
  • setting standard figure properties;
  • saving all above to a profile, and create new figures with desired behaviour by just specifying the profile name;
  • selection of existing figure by a text label.
Documentation and examples
For the full function documentation, see attached Live Script and demo files.
After defining figure profiles once (see demo2_generate_banner_case.m), one can just use them as
myfigure(size=[800 400]);
myfigure(profile="demo_profile_with_axes");
myfigure(profile="demo_profile_3D_plots_1x2");
myfigure(profile="demo_profile_with_axes_2x3");
This will create the following non-overlapping figures on the screen:

Citation pour cette source

Oleg Iupikov (2024). myfigure - extension of MATLAB's figure (https://www.mathworks.com/matlabcentral/fileexchange/133447-myfigure-extension-of-matlab-s-figure), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2023a
Compatible avec les versions R2021b et ultérieures
Plateformes compatibles
Windows macOS Linux
Tags Ajouter des tags

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0