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년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0