Script f4a_G1.m
Download Script f4a_G1.m
function a1= f4a_G1(x1)
% global c always active
global c
c_f4a=c
a1=x1*x1;


Back