demo2dfunc.m

function z = demo2dfunc(x,y)
% Beispielfunktion fuer Kapitel 4
z = sin(x.^2) + cos(y);