polynomial plot fitting in matlab
이전 댓글 표시
Hi There my code produce several polynomials and their plots .. and also i have a main polynomial and its plot .. i want to find the closest produced polynomial to the main polynomial plot?

the red one is the main plot .. other is produced
답변 (1개)
KSSV
2016년 8월 22일
0 개 추천
Find the standard deviation of each blue curve from red curve. Whose ever curve's standard deviation is least, that curve is close to the red curve.
댓글 수: 2
Alireza Lashgary
2016년 8월 22일
KSSV
2016년 8월 22일
simple...doc standard deviation in matlab...there is a direct command to get it.
카테고리
도움말 센터 및 File Exchange에서 Polynomials에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!