Reputation: 2416
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
Reputation: 13876
Use mex.getCompilerConfigurations
:
http://www.mathworks.co.uk/help/matlab/ref/mex.getcompilerconfigurations.html
Upvotes: 4