to Display multiple image frames without using montage
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
jayamala pakhare
el 5 de Mayo de 2018
Editada: KALYAN ACHARJYA
el 30 de Jul. de 2018
montage
2 comentarios
Respuesta aceptada
KALYAN ACHARJYA
el 6 de Mayo de 2018
Editada: KALYAN ACHARJYA
el 6 de Mayo de 2018
% 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 comentarios
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!