How can I compile standalon app with x64 MATLAB and Compiler for x86 cpu?
1 回表示 (過去 30 日間)
古いコメントを表示
I would like to compile a standalopne application. I have x64 MATLAB and Compiler but I'll use the standalone on a x86 PC. Is there any option to define the target cpu?
0 件のコメント
回答 (2 件)
Aurelien Queffurust
2012 年 9 月 27 日
-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 (matlabroot) for both 32-bit and 64-bit versions of MATLAB.
You are running from a Windows command line (not a MATLAB command line).
2 件のコメント
Image Analyst
2012 年 9 月 27 日
You can install both 32 bit MATLAB and 64 bit MATLAB on your computer. Use the 32 bit MATLAB to compile an app for a 32 bit operating system, and use the 64 bit MATLAB to compile an app for a 64 bit operating system.
2 件のコメント
Image Analyst
2012 年 9 月 27 日
Yes it can - a 32 bit app can run on a 64 bit computer. Those are all the programs you see in the Program Files (x86) folder. But of course the converse is not true. A 64 bit app can't run on a 32 bit computer.
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!