moumoute6919
moumoute6919

Reputation: 2416

Determine compiler in Matlab

I would like to know if there is a way to determine which compiler Matlab is using. In my Matlab setup, I have two compilers that can be detected via mex -setup but I would like to know before I set it which one Matlab is currently using.

Upvotes: 2

Views: 776

Answers (1)

am304
am304

Reputation: 13876

Use mex.getCompilerConfigurations:

http://www.mathworks.co.uk/help/matlab/ref/mex.getcompilerconfigurations.html

Upvotes: 4

Related Questions