Script f4a_G2.m
Download Script f4a_G2.m
function a1= f4a_G2(x1)
% global c2 always active
global c2
a1=x1*x1;
c2=a1
Back