MATLAB: I could not find the help section a particular toolbox which i installed and added to the matlab R2012b..Please help me out

cplextoolboxtoolbox installation

I had recently added a toolbox named CPLEX and added it to my matlab code using addpath D:\Program Files\IBM\ILOG\CPLEX_Studio124\cplex\matlab\x64_win64. My matlab code which is written for an optimsation problem using CPLEX tool works well. But I need to know the details of this CPLEX toolbox and when I try to find by typing in the help section CPLEX i could not find any results for it. Please let me know how I can find out the details of CPLEX..I also tried finding out whether the toolbox is installed properly using the command ver where it displays all the toolbox installed. I could not find any toolbox named CPLEX..Please help me out

Best Answer

Hi,
12b has a new documention and I doubt that the CPLEX documentation is made for that. However you should be able to see the "old style doc" of the CPLEX by doing:
  1. Open up the help browser (type "doc" in the commandline)
  2. In the lower left corner on the starting page you have a small grey link called "supplemental software"
  3. click in that and the old style doc will open and should show the CPLEX doc
Or alternativly run:
doc -classic
For the ver behavior: It will show up only if CPLEX has a contents.m file in a specific format. Not sure if this is the case for CPLEX: