How do I solve the double integral r dr d theta from 0,pi/2 and 0,4

4 views (last 30 days)
I get an error when I plug in the function

Accepted Answer

David Hill
David Hill on 1 Jul 2021
syms r theta
a=int(int(r,'theta',0,pi/2),'r',0,4);

More Answers (0)

Categories

Find more on Function Creation in Help Center and File Exchange

Products


Release

R2021a

Community Treasure Hunt

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

Start Hunting!