% holds the function y=x^2 function [y]=xsquare(x) y=x.^2;