From: Kev on
I'm using memmap file to map a large binary file i'm trying to read.
This works fine the first time i run the function, however on all
subsequent attempts i get the error:

??? Cannot map file "C:\Documents and
Settings\doigkm\Desktop\Logfiles\tLog2.log": Not enough storage is
available to process this command.

The workspace is cleared and packed before each attempt, and the
system memory usuage is at the same level.

The only way to successfully execute the m-file is to close matlab
and reopen it, any ideas how i fix this?