www.gusucode.com > mbcexpr 工具箱 matlab 源码程序 > mbcexpr/@cglookup/forcesizeunlock.m

    function LU = forcesizeunlock(LU)
%FORCESIZEUNLOCK Forcefully remove the size locks in a table
%
%  OBJ = FORCESIZEUNLOCK(OBJ) removes all of the tale size locking keys
%  from the table.  This function should only be used as a last resort when
%  you suspect that one of the locking keys has been "lost".  Removing
%  locks in this way may open up the possibility of CAGE data corruption.

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


LU.sizelocks = guidarray(0);