MATLAB Function Reference Previous page   Next Page
disp (memmapfile)

Display information about memory map object

Syntax

Description

disp(obj) displays all properties and their values for memmapfile object obj.

MATLAB also displays this information when you construct a memmapfile object or set any of the object's property values, provided you do not terminate the command to do so with a semicolon.

Examples

Construct an object m of class memmapfile:

Use disp to display all the object's current properties:

See Also

memmapfile, get(memmapfile)


Previous page  display disp (timer) Next page

© 1994-2005 The MathWorks, Inc.