Compile 32 bit MATLAB Builder Ex Add-In using 64 bit MATLAB
1 view (last 30 days)
Show older comments
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 Comments
Accepted Answer
Phillip
on 18 Nov 2014
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 Comment
Titus Edelhofer
on 18 Nov 2014
Alternatives are the functions computer and mexext to see if 32/64 bit ...
More Answers (0)
See Also
Categories
Find more on Data Export to MATLAB in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!