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!