to Display multiple image frames without using montage

4 ビュー (過去 30 日間)
jayamala pakhare
jayamala pakhare 2018 年 5 月 5 日
編集済み: KALYAN ACHARJYA 2018 年 7 月 30 日
  2 件のコメント
Rik
Rik 2018 年 5 月 5 日
What have you tried yourself already? Show the code you have tried.

サインインしてコメントする。

採用された回答

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 件のコメント
jayamala pakhare
jayamala pakhare 2018 年 7 月 12 日
thank u
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