How can I plot a line of one data point (x,y) using linear interpolation
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
je
el 2 de Oct. de 2018
Editada: John D'Errico
el 3 de Oct. de 2018
How can I plot a line of one data point (x,y) using linear interpolation
0 comentarios
Respuesta aceptada
John D'Errico
el 3 de Oct. de 2018
Editada: John D'Errico
el 3 de Oct. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Interpolation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!