Spans Figures on Screen
バージョン 1.2.0.0 (1.66 KB) 作成者:
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')
引用
Yonathan Nativ (2025). Spans Figures on Screen (https://www.mathworks.com/matlabcentral/fileexchange/31604-spans-figures-on-screen), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
作成:
R2007a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
Help Center および MATLAB Answers で Interactive Control and Callbacks についてさらに検索
タグ
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!