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 CenterFile Exchange에서 Optimization에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by