%GET Get memmapfile object properties.
%   GET(OBJ) displays all property names and their current values for
%   the memmapfile object OBJ.
%
%   V = GET(OBJ) returns a structure V where each field name is the
%   name of a property of OBJ and each corresponding field contains the value
%   of that property.
%
%   V = GET(OBJ, 'PropertyName') returns the value V of the specified 
%   property PropertyName for the memmapfile object OBJ.  Supported property
%   names are 'format', 'repeat', 'offset', 'writable', 'data', and
%   'filename'. See HELP MEMMAPFILE for a description of these properties.
%
%   V = GET(OBJ, PROPERTIES), where PROPERTIES is a 1-by-N cell array of
%   property names, returns a cell array V of property values corresponding
%   to PROPERTIES.
%
%   See also MEMMAPFILE, MEMMAPFILE/SUBSREF.

%   Copyright 2004 The MathWorks, Inc.
%   $Revision: 1.1.6.1 $ $Date: 2004/12/27 23:32:38 $

%   Implemented in @memmapfile/memmapfile.m.
