Configure Matlab Compiler to Visual Studio programmatically

조회 수: 4 (최근 30일)
Louis Filliot
Louis Filliot 2018년 1월 9일
답변: Darshan Ramakant Bhat 2018년 1월 17일
I want to configure Visual Studio as my matlab compiler programmatically. The problem is that if I ask my python script to execute the command mex -setup, then it waits undefinitely for the user answers to the successive input. The thing is that, as I know in advance what the future asnwers will be (y then 2 then y), I'd like to pre-configure them. I tried all kind of command similar to something like mex -setup y,2,y but I couldn't figure out any way to do it. Any idea of other workaround ?

답변 (1개)

Darshan Ramakant Bhat
Darshan Ramakant Bhat 2018년 1월 17일
If you are using the MATLAB version which is prior to R2017 below answers may help you:
For the later version of MATLAB below documentation link will explain how to change the compilers:
I hope this will help you.

카테고리

Help CenterFile Exchange에서 Write C Functions Callable from MATLAB (MEX Files)에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by