Feeds
提问
How to turn a curve fit into a function
I have been fitting some data generated in the lab. The best fit is by piecewise polynomial I would now need to turn this int...
3 years 前 | 2 个回答 | 0
2
个回答提问
How do I measure distance between all pixels in a letter?
I have an image like this: and would need to measure the distance of all black pixels (which make up the letter T) from each ...
4 years 前 | 1 个回答 | 0
1
个回答提问
how to include a free parameter in curve fitting toolbox?
I have obtained a best fit for a dataset with CFT in Matlab. I now would like to try how good the fit is on another dataset. Can...
7 years 前 | 0 个回答 | 0
0
个回答提问
How do I shift and repeat the same function and then sum the total overlapping area under those curves?
I have a function which is similar to this x=-10:0.1:10; y=sqrt((36-x.^2)/9); plot(x,y) I would like to shif...
8 years 前 | 1 个回答 | 0