Minimum point of Graph
古いコメントを表示
I have plotted a parabola like curve in the rough shape of (y=x^2). How am I able to draw plot a verical line from the minimum of the graph where the gradient is zero to the x axis and have this labbled as (Xminimum). Is it also possible to obtain an x value at which this value occurs on the graph too
Thanks
採用された回答
その他の回答 (1 件)
madhan ravi
2018 年 12 月 13 日
syms x
y=x^2
x=solve(diff(y)==0)
カテゴリ
ヘルプ センター および File Exchange で Line Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!