Community Profile

photo

Amin


TU Ilmenau

Active since 2011

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


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) ) ...

12 years ago | 1 answer | 0

1

answer

Question


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...

12 years ago | 1 answer | 0

1

answer

Question


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...

12 years ago | 1 answer | 0

1

answer

Question


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...

12 years ago | 0 answers | 0

0

answers

Question


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: ...

12 years ago | 1 answer | 0

1

answer