fzero-funtion in 20112b

1 回表示 (過去 30 日間)
Wolfgang Schellenberger
Wolfgang Schellenberger 2012 年 11 月 26 日
Using the “parametric ROC curve script developed by L. Bantis, I recocnized that the fzero function is not accessible in 2012a and 2012b (maybe the function is shifted in the optimization toolbox). Any solution? Thanks
  1 件のコメント
Matt J
Matt J 2012 年 11 月 26 日
No, fzero probably isn't the cause of the problem. I don't have the Optimization Toolbox and I can do the following easily in R2012a,
>> fzero(@(x)x-1,2)
ans =
1

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

採用された回答

Sean de Wolski
Sean de Wolski 2012 年 11 月 26 日
which -all fzero
If nothing comes back, restore the default path and rehash the toolbox cache:
restoredefaultpath
rehash toolboxcache
  1 件のコメント
Wolfgang Schellenberger
Wolfgang Schellenberger 2012 年 11 月 26 日
Thanks, it works
restoredefaultpath rehash toolboxcache
WS

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeOptimization についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by