How can I plot a line of one data point (x,y) using linear interpolation
1 view (last 30 days)
Show older comments
How can I plot a line of one data point (x,y) using linear interpolation
0 Comments
Accepted Answer
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.
0 Comments
More Answers (0)
See Also
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!