function out = fct(x) %FCT(X) returns the element-wise exponential of X out = x.^2;