Can you compile a MATLAB Linux exe using the Windows 10 Linux Subsystem? If so, how?
조회 수: 1 (최근 30일)
이전 댓글 표시
I work on a Windows machine but need to produce Linux executable files. I know that compiling an exe on a Windows machine will give you a Windows exe and compiling a Linux machine will produce a Linux exe, but I was wondering if there is a workaround for this using the Windows 10 Linux Subsystem.
답변 (1개)
Swastik Sarkar
2024년 6월 21일
To address your needs, I recommend leveraging the MATLAB Coder to transform your MATLAB function into C code. This approach will allow you to generate C code directly from your MATLAB code, facilitating a seamless transition to a compiled application or library that can be further processed with gcc in the Windows Subsystem for Linux (WSL).
For comprehensive instructions on how to generate C code from your MATLAB code using the MATLAB Coder project interface, please refer to this detailed documentation:
Hope this helps.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Deployment, Integration, and Supported Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!