Info
This question is closed. Reopen it to edit or answer.
Calculate Spheical Cap with areaquad
4 views (last 30 days)
Show older comments
Hi,
Tried to calculate the surface area of a spherical cap with areaquad
I wrote the following code:
R=100;
TH=30
dTh=TH*pi/180;
Zone2= areaquad(90,0,TH,360)*4*pi*R^2
h=R-R*cos(dTh);
If you run the code the areas are not the same.
I even tried:
Zone2= areaquad(0,0,TH,360)*4*pi*R^2
Do you know why?
Shani
0 Comments
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!