getfeatlab.m
来自「这是我找到的一个模式识别工具箱」· M 代码 · 共 17 行
M
17 行
%GETFEATLAB Get feature labels of datafile
%
% FEATLAB = GETFEATLAB(A,STRING)
%
% INPUT
% A Datafile
% STRING Indicate whether feature labels should be returned as strings
% (if 'string' or 1), or not (default).
%
% OUTPUT
% FEATLAB Feature labels
%
% DESCRIPTION
% Returns the labels of the features of datafile A. If STRING equals 'string'
% or 1, the label list is converted to characters, which may be useful for
% display purposes and annotation of graphs.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?