when i try to integrate the function it keeps giving me an error

1 次查看(过去 30 天)
ao=(int(3,0,0.01)+int(-3,0.01,0.02))
it keeps giving me and error when i run the code when i try to integrate 3 and -3 between its bounds

回答(1 个)

Walter Roberson
Walter Roberson 2024-4-18
ao=(int(sym(3),0,0.01)+int(sym(-3),0.01,0.02))
ao = 
0

类别

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