Creating mexw32 Files From 64-bit Matlab
Ältere Kommentare anzeigen
I maintain a large block library for others to use. I recently upgraded to 64-bit windows and Matlab. Obviously I needed to recompile all of my library S-functions into mexw64 files in order for me to use them. However, I now need to provide BOTH mexw32 and mexw64 files for various users on both systems. Is there any way to generate mexw32 files on a 64-bit machine running 64-bit Matlab?
Akzeptierte Antwort
Weitere Antworten (1)
mofra
am 18 Apr. 2020
0 Stimmen
is there no way to do it as for 2020? (useing codegen)
1 Kommentar
Walter Roberson
am 18 Apr. 2020
32 bit Windows is not supported for MATLAB Compiler . Possibly if you were using MATLAB Coder you could target 32 with appropriate tool chain choices.
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!