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

razor - Is this a bug in WebMatrix PageData? -

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

c# - Cloning WPF controls and object hierarchies -