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!