Problem 43290. Calculate numerical integration.

x=0:0.01:1
y=@(x)x.^2

Using given two inputs(x and y), conduct numerical integration in x.

(hint: trapz)

Solution Stats

46.4% Correct | 53.6% Incorrect
Last Solution submitted on Mar 13, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers55

Suggested Problems

More from this Author27

Community Treasure Hunt

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

Start Hunting!