儲存圖片

祥瑞哈哈哈發表於2024-05-23
clc;clear all;close all;
load('baglabel')
load('PaviaU')
load('pavia_rgb')
imshow(pavia_rgb)
rectangle('Position', [85 142 (184-85) (262-142)], 'EdgeColor', 'yellow','LineWidth',5);
axis on
set(gca,'tickdir','in')
saveas(gcf, 'myPlot.png'); % 將圖形儲存為PNG格式的檔案

相關文章