Compile C++ for Unix environment
이전 댓글 표시
Sirs, I have some C++ code that is currently compiled to operate within Matlab in a Windows environment (Mex'ed).
I wish to run the Matlab code within a Unix environment, which means re-compiling the C++ code.
Can I re-compile the code within a Windows environment so that it works on Unix? Or do I need to use Matlab on a Linux machine to compile the code?
kind regards W
댓글 수: 3
José-Luis
2016년 12월 19일
Save yourself a world of hurt and recompile in Linux.
William White
2016년 12월 19일
Walter Roberson
2016년 12월 21일
You would have to install a Windows emulator on the Linux system.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!