@@ -5,7 +5,7 @@ function [xList, functionValueList] = Mullers(f, p0, p1, p2, errorAllowed)
%
%Make sure the number of arguments is correct
if(narginchk(5,5))
if(nargin ~= 5)
error('That is an incorrect number of arguments')
end
%A few necesary things before we get started
The note is not visible to the blocked user.