www.gusucode.com > matlab 案例源码 matlab代码程序 > matlab/DisplayImageFromFileExample.m

    %% Display Image from File
% 
%%
% Display an image stored in a file.

% Copyright 2015 The MathWorks, Inc.

imshow('peppers.png');