回答 (1 件)

Rik
Rik 2021 年 1 月 17 日
編集済み: Rik 2021 年 1 月 17 日

1 投票

To answer your question:
f(x)=(x1-1)^2+(x2-1)^2
To answer the question you meant to ask:
f=@(x1,x2) (x1-1).^2+(x2-1).^2;
Depending on what you want to do that might be the correct form.
If not, I suggest you do a basic Matlab tutorial (like e.g. Onramp) or take a look here for advice on how to improve your question.

カテゴリ

ヘルプ センター および File ExchangeCreating, Deleting, and Querying Graphics Objects についてさらに検索

編集済み:

Rik
2021 年 1 月 17 日

Community Treasure Hunt

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

Start Hunting!

Translated by