How can I plot a line of one data point (x,y) using linear interpolation
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How can I plot a line of one data point (x,y) using linear interpolation
0 Commenti
Risposta accettata
John D'Errico
il 3 Ott 2018
Modificato: John D'Errico
il 3 Ott 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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Interpolation in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!