I'll try to be as clear as possible so that you understand what I'm trying to do and can help me
I have twelve pairs of data $(x_1,y_1),....,(x_{12},y_{12})$ and from this data we established a model of polynomial regression trough Least Squares,a model like this $$y=a_0+a_ix+a_2x^2$$
until then I had no problems, but to make the graphs of that model I need more points, and my question is how do I get these points and how do I plot these points with the curve established by my model with the octave / matlab
I have set the coefficients $a_0,a_1,a_2$. The range of points is $x_1=1,x_2=2,..,x_{13}=13$