Script s1.m
Download Script s1.m
%----------------------------------------------------------
%Script:s1.m - function:f1.m
%----------------------------------------------------------
%%
x=-2:2; %the array x is defined
y=f1(x); %the array y is defined calling function f1
%----------------------------------------------------------
Back