Question about license quadprog

Hi ,
I run my matlab code but i face with this error on license: quadprog : License cannot be located. The default search path is ';C:\Users\admin\mosek\mosek.lic;'.
can you help me?

回答 (1 件)

Andreas Goser
Andreas Goser 2018 年 2 月 5 日

0 投票

The "quadprog" functionality is part of the "Optimization Toolbox". In order to use it, it needs to be installed as well as licensed. For verifiying the nistallation, use the
ver
command. For licensing the command
license('test','Optimization_Toolbox')
It should return "1". If not, please call the adminstrator of the MATLAB licenses in your organization.

カテゴリ

ヘルプ センター および File ExchangeManage Products についてさらに検索

タグ

質問済み:

2018 年 2 月 4 日

回答済み:

2018 年 2 月 5 日

Community Treasure Hunt

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

Start Hunting!

Translated by