finite Integral in matlab

2 次查看(过去 30 天)
Yichao Shi
Yichao Shi 2020-12-10
编辑: weikang zhao 2020-12-11
How to integrate functions in matlab?
fun = sqrt[10/(3*9.81)] / sqrt[-2*cos(x) - sin(x) + 2*cos(pi/6)-sin(pi/6)]
from 0 to pi/2
Thanks

回答(1 个)

weikang zhao
weikang zhao 2020-12-11
编辑:weikang zhao 2020-12-11
use the numerical integration function "integral"
integral(@(x) sqrt(10/(3*9.81)) ./ sqrt(-2*cos(x) - sin(x) + 2*cos(pi/6)-sin(pi/6)),0,pi/2)

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by