Script f_nest1.m
Download Script f_nest1.m
function y1 =f_nest1(x1,x2)
y1=perc
function y2=perc
y3=x2*x1
y2=y3
end
test1=y3
end
Back