getpreproc.m
来自「这是我找到的一个模式识别工具箱」· M 代码 · 共 18 行
M
18 行
%GETPREPROC Get datafile PREPROC field%% PREPROC = GETPREPROC(A)%% Retrieves the PREPROC field of the datafile A. This is a% structure array with two fields:% - preproc: a string with a command name% - pars: a cell array with parameters%% [COMMAND,PARS] = GETPREPROC(A,N)%% In this case just the command name and the parameter cell array of% the N-th preprocessing command are returned.%% or just the name of the N-th file.% If N larger than the number of stored commands, COMMAND and PARS% will be empty.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?