Is running 32-bit MATLAB on a 64-bit platform supported?
2 次查看(过去 30 天)
显示 更早的评论
I would like to run MATLAB (32-bit) on a platform in which a 64-bit processor is running a 64-bit operating system.
3 个评论
Image Analyst
2012-4-2
In my case I have both on my 64 bit Windows computer. The reason for the 32 bit is that I have to compile apps for users on 32 bit Windows 7 and Windows XP and they can only run the apps if I compiled them while running the 32 bit version of MATLAB.
owr
2012-4-2
Does this work seemlessly for you? Just open the 32 bit version, compile your apps using the same project file as your 64 bit (assuming your using deploytool etc.) and all works well?
Or are you using the -w32 option with mcc?
From the docs for mcc:
"win32 Run in 32-Bit Mode
Use this option to build a 32-bit application on a 64-bit system only when the following are both true:
You use the same MATLAB installation root (install_root) for both 32-bit and 64-bit versions of MATLAB.
You are running from a Windows command line (not a MATLAB command line"
Thanks!
采纳的回答
Murugavel Sivagnanam
2011-1-11
2 个评论
Jan
2012-6-28
I got problems when I've installed the 32-bit version in "C:\Program Files (x86)\" due to the parenthesis or spaces in the file name. Therefore I've created "C:\ProgramFiles_" also to store all programs which fails in special characters in the file path.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Standalone Applications 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!