32bit Compiler options
이전 댓글 표시
I see there are no 32bit compilers since 2015b. If I wrote my app with 2017a, is there no way to copile for a 32bit OS? Can I copy my 2017a App Designer code into a .m file in version 2015b and then compile with the 32bit Matlab compiler?
답변 (1개)
Walter Roberson
2020년 6월 2일
1 개 추천
MATLAB Coder can generate C code that can be compiled by whatever toolchain you want. However MATLAB Coder supports very little graphics, and especially in your release does not support App Designer graphics.
Copying the m code from app designer to 2015 cannot possibly work without copying all of the app designer classes as well. Even that might not be enough as I believe that app designer relies on kernel graphics changes that would not be part of the R2015b runtime. It is unlikely to work.
It would probably be less expensive to upgrade the 32 bit system to 64, or to use the App Compiler to generate code to run on a server that the 32 bit system would connect to using a web browser. (Note that this is not recommended for public access as the code is not hardened against security problems.)
카테고리
도움말 센터 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!