用MATLAB生成分辨率为1080p的全白图片
你好,只需要一行代码
imwrite(ones(1080, 1920),'totalWhite1080p.png');
最后生成的图片在你当前工作目录下,名字是 totalWhite1080p.png