- http://www.mathworks.com/matlabcentral/fileexchange/40024-arrangesubplots
- http://www.mathworks.com/matlabcentral/fileexchange/39664-subtightplot
- http://www.mathworks.com/matlabcentral/fileexchange/38420-bigsubplot
- http://www.mathworks.com/matlabcentral/fileexchange/35464-spaceplots
- http://www.mathworks.com/matlabcentral/fileexchange/35435-gettightsubplothandles
- http://www.mathworks.com/matlabcentral/fileexchange/34191-subplotgrid
- http://www.mathworks.com/matlabcentral/fileexchange/34594-subplotplus-enhanced-layout-matlab-subplot-function
- ...
How can I subplot images close to eachother using subplot?
5 次查看(过去 30 天)
显示 更早的评论
How can I subplot images close to eachother using subplot? Now I have plotted 20 images to same figure and space between images is too big.
0 个评论
采纳的回答
Jan
2013-2-28
编辑:Jan
2013-2-28
As usual it is a good idea to look in Matlab's FileExchange before asking in the forum. Standard problems have been solved by others before most likely:
更多回答(1 个)
Daniel Shub
2013-2-28
Copy subplot.m and edit line 128 (or there abouts)
inset = [.02, .018, .004, .01]; % [left bottom right top]
to be values more to your liking. Either save the new file as subplot.m (which will affect all subplots) or something new (e.g., tightsubplot) and use that when you want tight subplots.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Subplots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!