필터 지우기
필터 지우기

how to plot double integral of bessel function?

조회 수: 2 (최근 30일)
Palak Rungta
Palak Rungta 2014년 8월 26일
답변: Mikhail 2014년 8월 26일
I want to plot the below written function but it showing an error "' int' for input arguments of type 'double'. "
k = 10^4;
z = 0:10^(-6):10^(-5);
y = z.*besselj(0,(k*z));
a = int(y,z);
b = a/z;
c = b^0.5*(-266.46);
d = int(c,z);
plot(z,d);

답변 (1개)

Mikhail
Mikhail 2014년 8월 26일
Do you have Symbolic Math Toolbox? Function int is in this toolbox.

카테고리

Help CenterFile Exchange에서 Bessel functions에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by