How can I plot a line of one data point (x,y) using linear interpolation

1 view (last 30 days)
How can I plot a line of one data point (x,y) using linear interpolation

Accepted Answer

John D'Errico
John D'Errico on 3 Oct 2018
Edited: John D'Errico on 3 Oct 2018
Linear interpolation is meaningless with one point. Said another way, there are infinitely many lines that pass through one point. TWO points determine a line. One point determines effectively nothing. So...
You can't.

More Answers (0)

Categories

Find more on Interpolation in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!