Feeds
提问
non linear fitting of two parameter, one parameter is never changing ...
Hello, I am doing a non linear fit, my model is like this: a = K * quad(@(x)(besselj(1.5,x)).^2 .* x./(x.^4 + t.^2) ) ...
13 years 前 | 1 个回答 | 0
1
个回答提问
Bessel function solution: Mathmatical point of view
Hi, I am integrating a bessel function, two ways. But the results are different. 1) using quad,like this: q1 = quadl( @(u...
13 years 前 | 1 个回答 | 0
1
个回答提问
integral of bessel function. infinite and finite
Hi, Is it possible to have infitite integral of a bessel function? int ( bessel(1.5,x).^2 ) it is OK to have the finit...
13 years 前 | 1 个回答 | 0
1
个回答提问
problem with integrating a function containing one fitting parameter
Hello all, I am trying to fit one integral function: Y(x) = integral ( x ./ (x.^4 + (omega + p(1)).^2) dx) which has one fi...
13 years 前 | 0 个回答 | 0
0
个回答提问
fitting data to an integral function
Hello, I have a set of data and the function, I must fit with, contains an integral part (my problem): my function is: ...
13 years 前 | 1 个回答 | 0