Files
matlab-learning/showimage.m
2025-10-20 20:37:49 +08:00

2 lines
37 B
Matlab

myi=imread('image1.png');
imshow(myi)