Borrar filtros
Borrar filtros

Using fzero

1 visualización (últimos 30 días)
Jeanette
Jeanette el 25 de Mayo de 2011
I keep getting this error when trying to use fzero :
Error using ==> fzero at 181 FUN must be a function, a valid string expression, or an inline function object.
Error in ==> SensorModelRev1 at 119 x=fzero(OptimizeDiff(PfrPfdGuess,Pfr),PfdGuess);
I have defined OptimizeDiff as a function; what I've tried already: -have made it an inline function object; -have defined a symbol for the inline function object;
Not sure what else to do?
  1 comentario
Sean de Wolski
Sean de Wolski el 25 de Mayo de 2011
Good job reporting the error message in full, now show us the code!!

Iniciar sesión para comentar.

Respuesta aceptada

Sean de Wolski
Sean de Wolski el 25 de Mayo de 2011
doc function_handle
instead of inline.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by