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

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -