what kind function of this?

1 回表示 (過去 30 日間)
uncung fgv
uncung fgv 2013 年 4 月 11 日
Xcp = fminsearch(@(x,pexp) fconst(x,Pexp),[1])
I have previously:
Pexp =[3 4 6 7 8 9 2 3 ]

採用された回答

the cyclist
the cyclist 2013 年 4 月 11 日
fminsearch() is a MATLAB function that find a local minimum of the input function.
I don't recognize fconst(), and your code gives me an error because MATLAB can't find it. Is that a function you wrote?
  3 件のコメント
Walter Roberson
Walter Roberson 2013 年 4 月 11 日
@ indicates an anonymous function.
uncung fgv
uncung fgv 2013 年 4 月 11 日
thx

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by