Spans Figures on Screen
Versione 1.2.0.0 (1,66 KB) da
Yonathan Nativ
This (very small) function tiles all opened figures on the screen
you can use this function to tile all opened figures on screen. simply run spanFigures
or use it in code to span only desired figures, passing the requested figures handle vector to the function
spanFigures( hFig )
usage example:
hFig = zeros(7,1);
for n = 1 : 7
hFig(n) = figure;
plot(randn(20,2))
end
spanFigures(hFig,true,'xy')
or:
spanFigures([],true,'xy')
Cita come
Yonathan Nativ (2025). Spans Figures on Screen (https://it.mathworks.com/matlabcentral/fileexchange/31604-spans-figures-on-screen), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2007a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Scopri di più su Interactive Control and Callbacks in Help Center e MATLAB Answers
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
