matlab 图片最多显示几张_matlab在一个figure中显示多幅图像
以顯示2行3列為例:
subplot(2,3,1);imshow(“1.jpg”);
title('first img','fontname','Times New Roman','Color','k','FontSize',12);
hold on;
subplot(2,3,2);imshow(“2.jpg”);
title('second?img','fontname','Times New Roman','Color','k','FontSize',12);
hold on;
subplot(2,3,3);imshow(“3.jpg”);
title('third img','fontname','Times New Roman','Color','k','FontSize',12);
hold on;
subplot(2,3,4);imshow(“4.jpg”);
title('fourth img','fontname','Times New Roman','Color','k','FontSize',12);
hold on;
subplot(2,3,5);imshow(“5.jpg”);
title('fifth img','fontname','Times New Roman','Color','k','FontSize',12);
hold on;
subplot(2,3,6);imshow(“6.jpg”);
title('sixth img','fontname','Times New Roman','Color','k','FontSize',12);
hold on;
總結
以上是生活随笔為你收集整理的matlab 图片最多显示几张_matlab在一个figure中显示多幅图像的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 用户 不在 sudoers 文件中。此事
- 下一篇: matlab写函数进行坐标正反算,坐标正