How do you integrate a constant?
Ältere Kommentare anzeigen
theta and miu are constants
theta = 0.01305
miu = 0.0546
const = @(x) tan(theta + miu)
r = integral(constant,0,1)
1 Kommentar
Jan
am 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).
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Numerical Integration and Differentiation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!