Can i find points between two points in a plot?
Afficher commentaires plus anciens
how to find points on a line plotted with two end points in matlab
Réponses (1)
Ingrid
le 3 Mar 2015
0 votes
you can use polyfit to find the equation of the straight line between the two points and then evaluate the X-values for which you want to know the Y-values
Catégories
En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!