% holds the function y=x^3-1 function [y]=poly(x) y=x.^3-1;