Can MATLAB for 64 bit use pre-compiled 32 bit mex files? -
i have access library pre-compiled 32 bit mex files (windows: .mexw32
, linux: .mexa32
). having hard time compiling library myself 64 bit machine, wondering if there way make matlab 64 bit work 32 bit mex files.
in general accessing 32bit code 64bit executable nontrivial. therefore doubt have implemented in matlab natively...
Comments
Post a Comment