This script f = @(x,y) (1-x)^2 + 100*(y-x^2)^2; fcontour(f,[-2,2]);
f = @(x,y) (1-x)^2 + 100*(y-x^2)^2; fcontour(f,[-2,2]);
draws the contours of the function, over the interval [-2,2]. Is it possible to displ