필터 지우기
필터 지우기

How do i use Simpsons 1/3 function in matlab for this information??

조회 수: 2 (최근 30일)
steve
steve 2014년 3월 12일
답변: Chris C 2014년 3월 12일
x = [0 0.1 0.3 0.5 0.7 0.95 1.2];
f = [1 0.9048 0.7408 0.6065 0.4966 0.3867 0.3012];
Please note that the data is NOT evenly spaced and the interval is from 0 to 1.2.
How to I take the data and evaluate using Simpsons 1/3 rule in matlab??

답변 (1개)

Chris C
Chris C 2014년 3월 12일
Try this code.

카테고리

Help CenterFile Exchange에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by