Question: plotting a curve from two Vectors

Trying to get a curve of two data points but the graph is not a curve.

with(Statistics):

``

l1 := plot(X, t = 0 .. 16, thickness = 4, linestyle = dash, color = red):

 

``

Download fitting.mw

## i need to get a curve, but the graph is not displaying a curve fit

 

Please Wait...