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 Commento

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

Accedi per commentare.

 Risposta accettata

Sean de Wolski
Sean de Wolski il 26 Nov 2012
which -all fzero
If nothing comes back, restore the default path and rehash the toolbox cache:
restoredefaultpath
rehash toolboxcache

1 Commento

Thanks, it works
restoredefaultpath rehash toolboxcache
WS

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Deep Learning Toolbox in Centro assistenza e File Exchange

Prodotti

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by