polynomial plot fitting in matlab

조회 수: 1 (최근 30일)
Alireza Lashgary
Alireza Lashgary 2016년 8월 22일
댓글: KSSV 2016년 8월 22일
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
KSSV 2016년 8월 22일
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
Alireza Lashgary 2016년 8월 22일
do you have any matlab code for this?
KSSV
KSSV 2016년 8월 22일
simple...doc standard deviation in matlab...there is a direct command to get it.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Polynomials에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by