For example, I have a polynomial y=a_0+a_1 x + ..... + a_50 x^50. Since I know that the high-order terms are imposing negligible effects on the evaluation of y, I want to ignore them and have something like y=a_0+a_1 x , the first eleven terms. How can I do this in Matlab?

I thank you all in advance.

Similar questions and discussions