필터 지우기
필터 지우기

heLP

조회 수: 4 (최근 30일)
ken  masters
ken masters 2011년 6월 9일
so i have two images (image1 and image2) in the format.tiff and i want to combine them by creating a new one (leftside of image1 and rightsideof image2)i have to
  댓글 수: 3
Sean de Wolski
Sean de Wolski 2011년 6월 9일
okay, what's your question?
ken  masters
ken masters 2011년 6월 9일
how do i plot just half of an image?? then combine it with the half of another image?

댓글을 달려면 로그인하십시오.

채택된 답변

Sean de Wolski
Sean de Wolski 2011년 6월 9일
imshow([image1(:,1:ceil(1:size(image1,2)/2)) image2(:,floor(1:size(image2,2)/2):end)])
  댓글 수: 1
ken  masters
ken masters 2011년 6월 9일
thanks

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by