필터 지우기
필터 지우기

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 CenterFile Exchange에서 Subplots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by