How can I plot a line of one data point (x,y) using linear interpolation
3 次查看(过去 30 天)
显示 更早的评论
How can I plot a line of one data point (x,y) using linear interpolation
0 个评论
采纳的回答
John D'Errico
2018-10-3
编辑:John D'Errico
2018-10-3
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 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!