% plotGriewangkND.m
% Plotting the Griewangk function for n=1.
% K. Ming Leung, 10/17/03

x=(-400:0.01:400);
y = feval('GriewangkND',x);
plot(x,y)