How do you integrate a constant?
Mostra commenti meno recenti
theta and miu are constants
theta = 0.01305
miu = 0.0546
const = @(x) tan(theta + miu)
r = integral(constant,0,1)
1 Commento
Jan
il 29 Giu 2017
The integral of a constant function is the size of the rectangle between the curve and the X axis: const * (1 - 0).
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Numerical Integration and Differentiation in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!