matlab怎麼同時顯示imshow 兩幅圖片

 ​​​​​​方法一:subplot()函數 subplot(2,1,1); subplot(2,1,2); 分上下或者左右顯示兩張圖片... 例如: 原始圖片分兩個窗口顯示: hehe=uint8(hehe); figure(1) imshow(he), title('原始圖像');%顯示原始圖像 figure(2) imshow(hehe), title('SLIC分割k=400,m=40')
相關文章
相關標籤/搜索