Questions tagged [mcc]

mcc stand for MATLAB® Compiler™. The command line utility that can compile MATLAB code into stand-alone application or C/C++ library.

Official product site: http://www.mathworks.com/help/toolbox/compiler/

92 questions
0
votes
0 answers

MATLAB MCC "??? Error Using ==> mcc, return status = 1"

I'm trying to compile a matlab .m file on a linux cluster using mcc. R2008b is installed on the cluster. I am using http://www.it.northwestern.edu/research/sscc/matlabcompiler.html as a guide. My plusone.m file is as follows: function y =…
-3
votes
1 answer

Get MCC/MNC id by entering phone number in Android

I am trying to find how to get a MCC/MNC id code (also called PLMN code) for a given cellphone number in Android. I am trying to determine which carrier the number is on before making a call.
1 2 3 4 5 6
7