when i try to integrate the function it keeps giving me an error
Show older comments
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
Answers (1)
ao=(int(sym(3),0,0.01)+int(sym(-3),0.01,0.02))
Categories
Find more on MATLAB in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!