MEX 32 bit on 64 bit machine

  • Follow


Hi there,

I am running a win64 version of MATLAB, and I was wondering if there is a way of running compiled 32 bit mex files. I am in a folder which has a file named mex_LDOF.mexw32, but whenever I try running it says that 

??? Undefined function or method 'mex_LDOF' for input arguments of type 'double'.

Is there a way to force a 64 bit MATLAB to run 32 bit mex versions?


thanks,
0
Reply Ahmad 8/9/2010 12:21:05 PM

"Ahmad" <ahmad.humyn@gmail.com> wrote in message <i3orrh$97i$1@fred.mathworks.com>...
> Hi there,
> 
> I am running a win64 version of MATLAB, and I was wondering if there is a way of running compiled 32 bit mex files. I am in a folder which has a file named mex_LDOF.mexw32, but whenever I try running it says that 
> 
> ??? Undefined function or method 'mex_LDOF' for input arguments of type 'double'.
> 
> Is there a way to force a 64 bit MATLAB to run 32 bit mex versions?

No.  Youre options are:

1) Recompile to make a 64-bit MEX.
2) Install 32-bit Matlab on the machine and run that.
0
Reply Steve 8/9/2010 12:39:06 PM


"Ahmad" <ahmad.humyn@gmail.com> wrote in message <i3orrh$97i$1@fred.mathworks.com>...
> 
> Is there a way to force a 64 bit MATLAB to run 32 bit mex versions?

No.

Bruno
0
Reply Bruno 8/9/2010 12:44:05 PM

Thanks Steve and Bruno.


"Bruno Luong" <b.luong@fogale.findmycountry> wrote in message <i3ot6l$4rq$1@fred.mathworks.com>...
> "Ahmad" <ahmad.humyn@gmail.com> wrote in message <i3orrh$97i$1@fred.mathworks.com>...
> > 
> > Is there a way to force a 64 bit MATLAB to run 32 bit mex versions?
> 
> No.
> 
> Bruno
0
Reply Ahmad 8/9/2010 1:00:22 PM

3 Replies
764 Views

(page loaded in 0.037 seconds)

Similiar Articles:













7/19/2012 7:12:37 PM


Reply: