|
From: | Cinthia Mesquita Pinke Cavalcanti |
Subject: | RES: Polynomial interpolation |
Date: | Tue, 23 Jun 2015 12:11:45 +0000 |
Hello, Thanks for the tip, it worked just fine. How can I get the correlation coefficient? Thanks, Cinthia Pinke De: Ariana del Toro [mailto:address@hidden
http://www.mathworks.com/help/matlab/ref/polyfit.html so define x and y separately in your case it looks like: x = [1, 2, 3, 4, ....] y = [ 73, 99, 90, 24...] and finally n is the number of points you want to fit the array to. n can equal up to # of point - 1. On Mon, Jun 22, 2015 at 1:15 PM, Cinthia Mesquita Pinke Cavalcanti <address@hidden>
wrote:
-- Ariana del Toro |
[Prev in Thread] | Current Thread | [Next in Thread] |