Configure Matlab Compiler to Visual Studio programmatically

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 ?

Categories

Asked:

on 9 Jan 2018

Community Treasure Hunt

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

Start Hunting!