Plotting data
显示 更早的评论
Hi, I have some numetical discrete data with their derivatives from some other SW. So can I use somehow the values of derivatives to more accurate function plotting? Thank you very much for your help in advance.
采纳的回答
更多回答(1 个)
Jan
2011-10-9
0 个投票
Yes, the derivatives can be used to increase the accuracy.
You can use the derivatives to determine the coefficients of a polynomial, which matchs the points and the derivatives. If you have a large number of points, this should be done piecewise, e.g. for chunks of 2, 3, or some more points.
A more detailed answer is possible, if you post more details of the problem.
3 个评论
Walter Roberson
2011-10-9
An example of the obtained derivatives would help too. Especially if this involves partial derivatives.
Zuzana
2011-10-9
Zuzana
2011-10-9
类别
在 帮助中心 和 File Exchange 中查找有关 Assembly 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!