MATLAB: Help in fzero function

fzero pv cellMATLAB

Hi
I want to use the function fzero for modeling PV Cell, but i have a problem about the line (I=fzero(fun,I0))
they display me : Error in fzero

Best Answer

You should not have named your function fzero.m -- doing that interferes with calling the MATLAB fzero function.