フィルターのクリア

How to set up the following optimisaiton witth quadprog?

1 回表示 (過去 30 日間)
Maxwell Barton
Maxwell Barton 2019 年 9 月 16 日
編集済み: Matt J 2019 年 9 月 16 日
Hi,
I want to set up the following minimum optimisation in quadprog but I am unsure on the notation required for H and f. The objective function is as below to minimise t, where A1, b1, A2 and b2 are constants.
Thanks in advance.

採用された回答

Matt J
Matt J 2019 年 9 月 16 日
編集済み: Matt J 2019 年 9 月 16 日
You haven't shown any constraints. Are you sure you couldn't just use lscov?
If you do have constraints, I think lsqlin would be preferable to quadprog.
Vs1=sqrtm(V1);Vs2=sqrtm(V2);
x=lsqlin([Vs1*A1;Vs2*A2], [Vs1*b1;Vs2*b2],_____)
  1 件のコメント
Maxwell Barton
Maxwell Barton 2019 年 9 月 16 日
My constraint is just bounds

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLinear Least Squares についてさらに検索

タグ

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by