hist.m

来自「这个为模式识别工具箱」· M 代码 · 共 22 行

M
22
字号
%HIST Display feature histograms%%     HANDLE = HIST(A,P,NX)%     HANDLE = HIST(+A)%% INPUT%  A       Dataset%  P       # of bins%  NX      # of histograms displayed in a row%% OUTPUT%  HANDLE  handle of subplot% % DESCRIPTION% For all feature (columns) of A a histogram is plot using P bins.% These histograms are plot as subplots in a single figure, displaying% NX histograms in a row. In HANDLE the handles of the subplots are % returned.%% Note that this routine is not a true overload of the HIST command.% Use HIST(+A) if that is desired.

⌨️ 快捷键说明

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