Feeds
提问
Curve fitting a power law function a(x^b) + C
Greetings. I have been trying to fit a power law function through a data set through: p = polyfit(log(x),log(y),1) This gives ...
9 years 前 | 1 个回答 | 0
1
个回答提问
Performing significant testing on power fit functions
Greetings. I am trying to figure out a way to perform statistical significant testing on two groups of data in which I have fitt...
9 years 前 | 0 个回答 | 0
0
个回答提问
Looping 100 elements at a time for an array
Greetings. I have just begun learning matlab, and I am trying to run a regress(y,x) for two arrays, x and y. In each array, ther...
9 years 前 | 1 个回答 | 0
