Script f4b_G2.m
Download Script f4b_G2.m
function a2= f4b_G2(x2)
% global c2 always active
global c2
a2=x2*x2
f4b=c2
Back