多項式工具

    -->y=poly([-5 4 3 1],'x','coeff');

    -->horner(y,2) //x=2時,y的數值
     ans  =

        23.