www.gusucode.com > mbc 工具箱 matlab 源码程序 > mbc/@guidarray/end.m

    function i = end(obj, k, n)
%END End operator for guidarray
%
%  G = END(G_IN, K, N)

%  Copyright 2000-2006 The MathWorks, Inc. and Ford Global Technologies, Inc.


i = length(obj.values);