getfiles.m

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

M
12
字号
%GETFILES Get datafile FILES field%%	   FILES = GETFILES(A)%    FILE  = GETFILES(A,N)%% Retrieves the filenames on which the datafile A is defined,% or just the name of the N-th file.% If N larger than the number of stored files, FILE = [].%% Note that if A.RAW is true some or all FILES may be directories.% If A.RAW is false, all FILES are mat-files containing datasets.

⌨️ 快捷键说明

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