필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

how to combine this imge to a single image?

조회 수: 1 (최근 30일)
rikki
rikki 2018년 3월 27일
마감: MATLAB Answer Bot 2021년 8월 20일
how to combine ..suggest some code?
  댓글 수: 3
rikki
rikki 2018년 3월 27일
sir can u please guide me ..how to go further with subplots ......as u told "you could also adjust the positions of the subplot, so that their edges touch, followed by saveas."so how to do this...suggest by giving code
Rik
Rik 2018년 3월 27일

You really shouldn't do that if the image parts are the same size.

But if you insist: first get the handle to every subplot axes object (just save the output of subplot in an array), and set the Units property to Normalized. Then it is trivial to set the Position property to increasing fractions. Make sure your figure has the same aspect ratio as your image parts and you are ready to use saveas.

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by