%SUBSASGN Perform subscripted assignment into memmapfile objects.
%   OBJ.PROPERTY = VAL assigns the value VAL to the property PROPERTY of the
%   memmapfile object OBJ.
%
%   Supported property names are 'format', 'repeat', 'offset', 'writable',
%   'data', and 'filename'. See HELP MEMMAPFILE for a description of these
%   properties. 
%
%   See also MEMMAPFILE, MEMMAPFILE/SUBSREF.

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

%   Implemented in @memmapfile/memmapfile.m.
