フィルターのクリア

How can I subplot images close to eachother using subplot?

2 ビュー (過去 30 日間)
Teemu
Teemu 2013 年 2 月 28 日
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.

採用された回答

Jan
Jan 2013 年 2 月 28 日
編集済み: Jan 2013 年 2 月 28 日
  1 件のコメント
Teemu
Teemu 2013 年 2 月 28 日
You are right but I didn't find any good answers from there when I looked.

サインインしてコメントする。

その他の回答 (1 件)

Daniel Shub
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.

カテゴリ

Help Center および File ExchangeSubplots についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by