fzero-funtion in 20112b

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 Comment

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

Sign in to comment.

 Accepted Answer

which -all fzero
If nothing comes back, restore the default path and rehash the toolbox cache:
restoredefaultpath
rehash toolboxcache

1 Comment

Thanks, it works
restoredefaultpath rehash toolboxcache
WS

Sign in to comment.

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Products

Tags

Community Treasure Hunt

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

Start Hunting!