Re: Invalid Maple MEX-file
- From: "Jeremy Greenwald" <jgreenwa@xxxxxxxxxxxxx>
- Date: Wed, 30 Apr 2008 16:35:47 -0400
There is probably a clear statement somewhere in your code. More
specifically a CLEAR ALL. Many people use CLEAR ALL when all they really
need is CLEAR VARIABLES. CLEAR ALL causes MATLAB to unload all the MEX
functions it has loaded. Try changing all CLEAR ALL's to CLEAR VARIABLE's.
"Jessica " <jlm@xxxxxxxxxx> wrote in message
news:fvaclt$65$1@xxxxxxxxxxxxxxxxxxxxx
I am receiving the following error message:
??? Invalid MEX-file 'C:\mydir\maplemex.mexw32': The
specified module could not be found.
Error in ==> maple at 113
[result,status] = maplemex(statement);
My code is set up to execute the troublesome command 24000
times. It runs fine as far as I can tell for 1608 calls at
a time. Then it quits with this error message, and I must
start a new Matlab instance to be able to continue. The
maplemex.mexw32 file does not seem to be modified by me at
all during the course of code execution, so I'm not sure
why all the sudden it can't find the specified module. It
doesn't appear to be a memory issue. Are there any ideas as
to what could be causing this behavior?
.
- References:
- Invalid Maple MEX-file
- From: Jessica
- Invalid Maple MEX-file
- Prev by Date: Max Matrix size on Leopard?
- Next by Date: Re: envelope to audio file
- Previous by thread: Invalid Maple MEX-file
- Next by thread: drawing patch to obscure lines
- Index(es):
Relevant Pages
|