polynomial plot fitting in matlab
Ältere Kommentare anzeigen
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
Antworten (1)
KSSV
am 22 Aug. 2016
0 Stimmen
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 Kommentare
Alireza Lashgary
am 22 Aug. 2016
KSSV
am 22 Aug. 2016
simple...doc standard deviation in matlab...there is a direct command to get it.
Kategorien
Mehr zu Polynomials finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!