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

    function perm = isPermanent(obj)
%ISPERMANENT Check whether store is intended to contain permanent values
%
%  ISPERMANENT(OBJ) returns true if the store contains values that should
%  be saved, false if the store is intended to be temporary.

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


perm = false;