fzero-funtion in 20112b

1 visualización (últimos 30 días)
Wolfgang Schellenberger
Wolfgang Schellenberger el 26 de Nov. de 2012
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 comentario
Matt J
Matt J el 26 de Nov. de 2012
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

Iniciar sesión para comentar.

Respuesta aceptada

Sean de Wolski
Sean de Wolski el 26 de Nov. de 2012
which -all fzero
If nothing comes back, restore the default path and rehash the toolbox cache:
restoredefaultpath
rehash toolboxcache
  1 comentario
Wolfgang Schellenberger
Wolfgang Schellenberger el 26 de Nov. de 2012
Thanks, it works
restoredefaultpath rehash toolboxcache
WS

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Optimization en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by