Define a function_handle with array of variable dimension as an input

Hi everybody,
I've a probleme of unconstrained optimization and I would like to define the following function as a function_handle such that dimension is variable, for example:
where I wonder if it's possible or there is a another way to define F.
Thank You in advance for Your Help

2 件のコメント

Rik
Rik 2023 年 1 月 10 日
Doesn't look very difficult to do with a loop. What have you tried to do?
Lorenzo
Lorenzo 2023 年 1 月 11 日
Yes I did, it works. But I used code suugested in first answer.

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

回答 (1 件)

Walter Roberson
Walter Roberson 2023 年 1 月 10 日
F = @(x) sum((10*(x(1:2:end) - x(2:2:end)) + (x(1:2:end)-1)).^2)

カテゴリ

製品

リリース

R2022b

質問済み:

2023 年 1 月 10 日

コメント済み:

2023 年 1 月 11 日

Community Treasure Hunt

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

Start Hunting!

Translated by