Matlab Coder 2017b finds wrong compiler
조회 수: 11 (최근 30일)
이전 댓글 표시
Running Matlab 2017b with two versions of Microsoft Visual Studio C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional C:\Program Files (x86)\Microsoft Visual Studio 14.0 Matlab Coder picks the version 14 instead of version 2017 when issuing codegen -config coder.config('lib') averaging_filter -args {x} If I have only version 2017 installed, the Matlab sample code for Averaging Filter works. Any suggestions on forcing a compiler choice.
댓글 수: 0
답변 (1개)
Mordechai Rorvig
2018년 1월 25일
You can choose from available compilers by entering the following in the Command Window:
mex -setup
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!