How to plot a specified point in a plot?
Afficher commentaires plus anciens
Sir,
I have a function to plot and mark a point on the curve when y axis value become a specified value (say y=1.2). How shall i do this, if the specific value of y is not in the array i used for plotting?
Réponses (2)
Haritha
le 14 Déc 2018
0 votes
madhan ravi
le 14 Déc 2018
plot(corresponding_x_value,1.2,'ok')
Catégories
En savoir plus sur Line 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!