Tangent
古いコメントを表示
Hi,
I have x and y values which represent some sort of sin wave but I don't know the function. something like x = [1.190984579 1.15776987 1.12455516 1.096085409 1.067615658 1.034400949 1.003558719 0.975088968 0.944246738 0.911032028 0.877817319 0.846975089 0.825622776]
y = [0.526690391 0.517200474 0.519572954 0.533807829 0.550415184 0.56227758 0.552787663 0.536180308 0.521945433 0.521945433 0.524317912 0.517200474 0.495848161]
I want to draw tangent line on the point I specify. Please help me do it.
Thanks.
採用された回答
その他の回答 (3 件)
Judah S
2011 年 6 月 26 日
5 件のコメント
Andrew Newell
2011 年 6 月 26 日
It depends on what you are trying to do. To me, these points look like a coarse sampling of a smooth function. If so, you're computing a secant, not a tangent. That's why I suggested fitting the function.
A minor point: the function fails if you choose the starting point or end point of the curve.
Judah S
2011 年 6 月 26 日
Andrew Newell
2011 年 6 月 26 日
Actually, m2 works pretty well.
Judah S
2011 年 6 月 26 日
Andrew Newell
2011 年 6 月 26 日
Glad you like it! I agree, derivest is very cool.
カテゴリ
ヘルプ センター および File Exchange で Mathematics and Optimization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!