Compile 32 bit MATLAB Builder Ex Add-In using 64 bit MATLAB
조회 수: 2(최근 30일)
표시 이전 댓글
Hi,
I have the 32-bit version of Excel and a 64-bit version of MATLAB. Can a 32-bit Excel Add-In be created using the 64-bit version of MATLAB?
Thx
댓글 수: 0
채택된 답변
Phillip
2014년 11월 18일
Hi John
As far as I know you cannot do this. I have to switch between 32-bit and 64-bit Matlab depending on what I would like to do.
Obviously you can run both architectures of Matlab on the same machine. Ie develop and test in 64-bit Matlab and then just compile using 32-bit Matlab.
I keep on finding I mix up which Matlab I'm working on. I have asked TMW to put a architecture flag/string/label in but nothing yet. So I just type ver at the prompt to see if "64-Bit Server" is contained in the Java Version.
Sorry, I know it's not much help.
Regards, Phil
댓글 수: 1
Titus Edelhofer
2014년 11월 18일
Alternatives are the functions computer and mexext to see if 32/64 bit ...
추가 답변(0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!