You are on page 1of 1

Here is a program:

function [y] = f(x),


y = x * x;
endfunction

You might also like