how to display a query image and database side-side ? i have few lines but i am not able to proceed ahead with them as they are incomplete .

回答 (1 件)

Maybe you want to use subplot:
figure
subplot(1,2,1)
imshow(im1)
subplot(1,2,2)
imshow(im2)

タグ

質問済み:

2015 年 2 月 6 日

編集済み:

2015 年 2 月 6 日

Community Treasure Hunt

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

Start Hunting!

Translated by