getfeatd.m
来自「matlab 模式识别工具包 希望能对你们有用」· M 代码 · 共 10 行
M
10 行
%GETFEATD Get features of dataset%% labels = getfeatd(a)%% Returns the feature labels of the dataset afunction features = getfeatd(a)features = a.f;return
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?