Create Non-overlapping (cascading) Figure Windows

Version 1.0.0.0 (802 octets) par Michael Kleder
Creates figures as usual, except puts them in non-overlapping locations.
3K téléchargements
Mise à jour 7 oct. 2005

Aucune licence

FIGUREC - create a figure window in a non-overlapping (cascading) location

USAGE:

figurec
figurec(...)
h=figurec
h=figurec(...)

FIGUREC acts just like the MATLAB FIGURE command, with all arguments passed through, except that the new figure is created a little to the right and down from the highest numbered figure currently existing, so that they won't overlap. If moving the location would push the figure too close to the edge of the screen, then the new figure is created in the default location as usual. (Subsequent figures will again be cascaded.) An optional figure handle is returned according to the usual FIGURE calling syntax.

EXAMPLE:

close all
for n=1:20
figurec('color',rand(1,3))
plot(0,0);title('Sample')
end

Citation pour cette source

Michael Kleder (2024). Create Non-overlapping (cascading) Figure Windows (https://www.mathworks.com/matlabcentral/fileexchange/8670-create-non-overlapping-cascading-figure-windows), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R14SP2
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Modeling dans Help Center et MATLAB Answers
Remerciements

A inspiré : Cascade

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.0.0