You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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')
Cite As
Yonathan Nativ (2026). Spans Figures on Screen (https://www.mathworks.com/matlabcentral/fileexchange/31604-spans-figures-on-screen), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.2.0.0 (1.66 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
