How do you integrate a constant?
古いコメントを表示
theta and miu are constants
theta = 0.01305
miu = 0.0546
const = @(x) tan(theta + miu)
r = integral(constant,0,1)
1 件のコメント
Jan
2017 年 6 月 29 日
The integral of a constant function is the size of the rectangle between the curve and the X axis: const * (1 - 0).
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Numerical Integration and Differentiation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!