www.gusucode.com > mbcmodels 工具箱 matlab 源码程序 > mbcmodels/@localpspline/order.m

    function N= order(ps);
% localpspline/ORDER order of localpspline
%
% At the moment a single number is returned
%   ps.order(2)*10+ps.order(1);

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



N= ps.order(2)*10+ps.order(1);