MATLAB 的imread 指令可用於讀取影像檔案,而imwrite 則可用於寫入影像檔案。 ... RGB = imread('simulinkteam.jpg'); image(RGB); class(RGB) ans = uint8 ...
確定! 回上一頁