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

    function Heap = SaveHeap(p)
%SAVEHEAP Return structure containing the heap for saving
%
%  Heap = SAVEHEAP(p) returns a structure containing the contents of the
%  heap.

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


Heap= HeapManager(7);