imread.m

来自「这是我找到的一个模式识别工具箱」· M 代码 · 共 12 行

M
12
字号
%IMREAD Datafile overload
%
%     IM = IMREAD(A,N)
%
% The images (raw data) of the datafile A are returned as a cell array.
% The preprocessing and postprocessing defined for the datafile are
% skipped.
% If the index vector N is given, just these images are returned.
% In case a single image is requested, IM is not a cell array but double.
%
% SEE ALSO DATA2IM

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?