integral of bessel function. infinite and finite
    조회 수: 7 (최근 30일)
  
       이전 댓글 표시
    
Hi, Is it possible to have infitite integral of a bessel function?
   int ( bessel(1.5,x).^2 )
it is OK to have the finite integral, but I don't want to use quad because I have a parameter inside the inegral (is not shown here) that will do nonlinear fitting with that later. I need to have the function before fitting. Thanks in advance.
댓글 수: 0
채택된 답변
  Walter Roberson
      
      
 2011년 11월 2일
        bessel() is a numeric bessel function. For the symbolic bessel functions, please see http://www.mathworks.com/help/toolbox/mupad/stdlib/bessel.html
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
				Help Center 및 File Exchange에서 Bessel functions에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

