How do you integrate a constant?
Afficher commentaires plus anciens
theta and miu are constants
theta = 0.01305
miu = 0.0546
const = @(x) tan(theta + miu)
r = integral(constant,0,1)
1 commentaire
Jan
le 29 Juin 2017
The integral of a constant function is the size of the rectangle between the curve and the X axis: const * (1 - 0).
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Numerical Integration and Differentiation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!