필터 지우기
필터 지우기

How do I write this integral?

조회 수: 1 (최근 30일)
Sara Westerlund
Sara Westerlund 2022년 2월 7일
답변: Prachi Kulkarni 2022년 2월 17일
How do you write this integral and also compute it.
  댓글 수: 1
Star Strider
Star Strider 2022년 2월 7일
This is actually straightforward, so I’ll provide links to the integral function and to Anonymous Functions.
Those should be everything you need!

댓글을 달려면 로그인하십시오.

답변 (1개)

Prachi Kulkarni
Prachi Kulkarni 2022년 2월 17일
Hi,
You can write the integral as follows.
fun = @(x) 13*exp(-((x-pi)/0.0003).^2);
q = integral(fun,0,2*pi)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by