From: Ahmad on 9 Aug 2010 08:21 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,
From: Steve Amphlett on 9 Aug 2010 08:39 "Ahmad" <ahmad.humyn(a)gmail.com> wrote in message <i3orrh$97i$1(a)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.
From: Bruno Luong on 9 Aug 2010 08:44 "Ahmad" <ahmad.humyn(a)gmail.com> wrote in message <i3orrh$97i$1(a)fred.mathworks.com>... > > Is there a way to force a 64 bit MATLAB to run 32 bit mex versions? No. Bruno
From: Ahmad on 9 Aug 2010 09:00 Thanks Steve and Bruno. "Bruno Luong" <b.luong(a)fogale.findmycountry> wrote in message <i3ot6l$4rq$1(a)fred.mathworks.com>... > "Ahmad" <ahmad.humyn(a)gmail.com> wrote in message <i3orrh$97i$1(a)fred.mathworks.com>... > > > > Is there a way to force a 64 bit MATLAB to run 32 bit mex versions? > > No. > > Bruno
|
Pages: 1 Prev: matlab 'format' produces unexpected results Next: parfor help |