MATLAB: Matlab give me error when i use fzero to calculate zero of function

functionroots

fzero of function
fun = @sin; % function
x0 = 3; % initial point
x = fzero(fun,x0)

Best Answer

Just go to the file location and rename the file as myFzero.m for example.
Related Question