Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to write this function in MATLAB?

조회 수: 1 (최근 30일)
Anh Thu
Anh Thu 2018년 8월 17일
마감: MATLAB Answer Bot 2021년 8월 20일
Help me write the function K in Matlab.
  댓글 수: 5
Torsten
Torsten 2018년 8월 17일
편집: Torsten 2018년 8월 17일
F = @(r) 1i/4*besselh(0,5*r.^2).*r;
R = 1.0;
sol = 2*pi*integral(F,0,R)
Walter Roberson
Walter Roberson 2018년 8월 17일
Multiply the area of one period by the number of periods in each direction.
As "periodic" almost always means infinite number of periods, then you know that there are only two possible answers: either the area of each period is 0 and so the infinitely extended area would be 0, or else the area of each period is non-zero and so the infinitely extended area would be infinite. As an examination shows the area to be be non-zero and complex, the infinitely extended area would be a complex infinity.

답변 (0개)

제품

Community Treasure Hunt

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

Start Hunting!

Translated by