Question about setting up convex optimization toolbox
10 ビュー (過去 30 日間)
古いコメントを表示
Hi there, I am working on a convex optimization problem using Matlab and I have some question about optimization toolbox provided in Matlab. Here is my optimization problem.

I wrote the objective function but I am not sure is it correct or not.
Thank you.
function f = algorithm (p)
f = symsum(p^2, k, [1;M]);
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Problem-Based Optimization Setup についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!