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

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

 採用された回答

Friedrich
Friedrich 2013 年 5 月 13 日
編集済み: Friedrich 2013 年 5 月 13 日
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:

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by