Originally posted by: yhlvqz
Hello,
I have problem to call cplex.c from matlab in the window system.
the version of matlab is 2011a, the cplex I download from IBM is 122
I write the code in matlab is as following,
mex -I/C:/ILOG/CPLEX_Studio_AcademicResearch122/cplex/include/ Test1.c
but it shows
fatal error C1083: Cannot open include file: 'ilcplex/cplex.h': No such file or directory
I double-check the path of the include folder and it is right.
So someone know what the reason? Thanks
#CPLEXOptimizers#DecisionOptimization