A = imread('image1.jpg'); which will stores image1.jpg in a matrix named A. Now display the image using the imshow function.
確定! 回上一頁