フィルターのクリア

Objective function with array as decision variable

2 ビュー (過去 30 日間)
Johan Johan
Johan Johan 2018 年 7 月 5 日
回答済み: Alan Weiss 2018 年 7 月 6 日
if x is a vector of values,
n=10;
x = [0.0001 0.0003 0.0007 0.0020 0.0055 0.0148 ...
0.0403 0.1097 0.2981 0.8103 2.2026];
W(i)=x(i).*exp(-j*n);
I want to write an objective function for this script ,but if x(i) is decision variable how to write this function in matlab ,for help me to applicate any optimization method.
  1 件のコメント
Torsten
Torsten 2018 年 7 月 6 日
Please explain in more detail what you are trying to do.

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

採用された回答

Alan Weiss
Alan Weiss 2018 年 7 月 6 日
Perhaps you are looking for something like this.
Alan Weiss
MATLAB mathematical toolbox documentation

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeProblem-Based Optimization Setup についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by