www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgproject/setdeleting.m

    function proj = setdeleting(proj, flag)
%SETDELETING Set the BeingDeleted flag in the project
%
%  SETDELETING(PROJ, STATE) where STATE is 0 or 1
%  

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



proj.beingdel = flag;
pointer(proj);