setpostproc.m
来自「模式识别工具箱。非常丰富的底层函数和常见的统计识别工具」· M 代码 · 共 26 行
M
26 行
%SETPOSTPROC (Re)set POSTPROC field of a datafile%% A = SETPOSTPROC(A,MAPPING)% A = SETPOSTPROC(A)%% INPUT% A - Datafile% POSTPROC - cell containing postprocessing mapping command%% OUTPUT% A - Datafile%% DESCRIPTION% Sets the mappings stored in A.POSTPROC. The size of the datafile% A is set to the output size of MAPPING.% A call without MAPPING clears A.POSTPROC. The size of the datafile% A is reset to undefined (0).%% The mappings in A.POSTPROC may be extended by ADDPOSTPROC.%% Mappings in A.POSTPROC are stored only and executed just % after A is converted from a DATAFILE into a DATASET.%% SEE ALSO% DATAFILES, SETPREPROC, ADDPOSTPROC.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?