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!