to Display multiple image frames without using montage

3 次查看(过去 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);

更多回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by