You are on page 1of 1

function F=funzione(x)

f1=(x(1))^2+x(2)^2-1;
f2=sin(.5*pi*x(1))+x(2)^3;
F=[f1;f2];
end

You might also like