?? hist.m
字號:
%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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -