フィルターのクリア

constr from optimization toolbox

5 ビュー (過去 30 日間)
Matt44
Matt44 2023 年 1 月 16 日
コメント済み: Matt44 2023 年 1 月 19 日
I'm a beginner regarding Matlab, but for my work I try to get an old program running which was written in 1997 in Matlab. Unfortunately I have quite some problems get this running in a current Matlab version. It has been working fine as it is 25 years ago, that much I know.
Where I'm stuck at the moment is this line:
[Xopt,opt] = constr('kropt', xstart, options, Vlb, Vub, [], NU, 1, cymma);
Here I get the error message, that the command "constr" is not found, or invalid. According to the comments in the code it is supposed to be from the Optimization TB. Has this command been replaced by something else? Or can anybody give me a hint what the problem might be?
Thank you in advance
  1 件のコメント
Luca Ferro
Luca Ferro 2023 年 1 月 16 日
what is constr supposed to do in your code?

サインインしてコメントする。

採用された回答

Nikhilesh
Nikhilesh 2023 年 1 月 16 日
  1 件のコメント
Matt44
Matt44 2023 年 1 月 19 日
Thank you, the github link helped out and solved the problem.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with Optimization Toolbox についてさらに検索

製品


リリース

R13SP1

Community Treasure Hunt

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

Start Hunting!

Translated by