Originally posted by: M8Y7_Masood_fathi
Thanks you so much. It has been a long time that I was looking for this instruction.
I tried to install the Cplex-Matlab interface but I have a problem and I really don't know what the solution is. I already asked my colleagues and I found that they also had the same problem several times.
Attached is the instruction which I followed to install the CPLEX-Malab interface and the mentioned error is as below: (it should mentioned that this instruction is the one my colleagues already used and most of them didn’t have any problem to install the CPLEX 12.1)
Would you please do me favor and help with this problem as well.
Sincere appreciation in advance,
Masood
>> cplexgui
??? Error using ==> load
Unable to read MAT-file C:\Program
Files\IBM\ILOG\CPLEX_Studio_Academic123\cplex\examples\src\matlab\cplexgui.fig
File may be corrupt.
Error in ==> hgload>localLoadFile at 177
AllVars = load(filename, '-mat');
Error in ==> hgload at 59
FigVersion, FigData, VerNum = localLoadFile(filename);
Error in ==> openfig at 72
fig, savedvisible = hgload(filename, struct('Visible','off'));
Error in ==> gui_mainfcn>local_openfig at 286
gui_hFigure = openfig(name, singleton, visible);
Error in ==> gui_mainfcn at 159
gui_hFigure = local_openfig(gui_State.gui_Name, gui_SingletonOpt,
gui_Visible);
Error in ==> cplexgui at 55
gui_mainfcn(gui_State, varargin{:});
#CPLEXOptimizers#DecisionOptimization