to Display multiple image frames without using montage

조회 수: 4 (최근 30일)
jayamala pakhare
jayamala pakhare 2018년 5월 5일
편집: KALYAN ACHARJYA 2018년 7월 30일

채택된 답변

KALYAN ACHARJYA
KALYAN ACHARJYA 2018년 5월 6일
편집: KALYAN ACHARJYA 2018년 5월 6일
% You should try first, still unable to solve, then ask questions
% You can display as matrix elements, note on image sizes for virtically display case
%Following example, you can vary the number of images, note on sizes
k=imread('leaf2.jpg');
k1=imread('leaf.jpg');
result=[k;k1];
imshow(result);
  댓글 수: 3
KALYAN ACHARJYA
KALYAN ACHARJYA 2018년 7월 30일
편집: KALYAN ACHARJYA 2018년 7월 30일
Welcome

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

추가 답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by