How to plot a specified point in a plot?
显示 更早的评论
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?
回答(2 个)
Haritha
2018-12-14
0 个投票
madhan ravi
2018-12-14
plot(corresponding_x_value,1.2,'ok')
类别
在 帮助中心 和 File Exchange 中查找有关 2-D and 3-D Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!