Filter löschen
Filter löschen

heLP

4 Ansichten (letzte 30 Tage)
ken  masters
ken masters am 9 Jun. 2011
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 Kommentare
Sean de Wolski
Sean de Wolski am 9 Jun. 2011
okay, what's your question?
ken  masters
ken masters am 9 Jun. 2011
how do i plot just half of an image?? then combine it with the half of another image?

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Sean de Wolski
Sean de Wolski am 9 Jun. 2011
imshow([image1(:,1:ceil(1:size(image1,2)/2)) image2(:,floor(1:size(image2,2)/2):end)])
  1 Kommentar
ken  masters
ken masters am 9 Jun. 2011
thanks

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Images finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by