How do you integrate a constant?
Show older comments
theta and miu are constants
theta = 0.01305
miu = 0.0546
const = @(x) tan(theta + miu)
r = integral(constant,0,1)
1 Comment
Jan
on 29 Jun 2017
The integral of a constant function is the size of the rectangle between the curve and the X axis: const * (1 - 0).
Accepted Answer
More Answers (0)
Categories
Find more on Numerical Integration and Differentiation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!