gusucode.com > bigdata 工具箱 matlab源码程序 > bigdata/+matlab/+bigdata/+internal/+util/defaultHeadTailRows.m

    function n = defaultHeadTailRows()
%DEFAULTHEADTAILROWS  The number of rows to use for HEAD, TAIL, TOPKROWS.
%
%   N = DEFAULTHEADTAILROWS() returns the number of rows to use for the
%   tall methods HEAD, TAIL, TOPKROWS, etc. when the user has not specified
%   how many rows are desired.

%   Copyright 2016 The MathWorks, Inc.

n = 8;