Info

此问题已关闭。 请重新打开它进行编辑或回答。

Calculate Spheical Cap with areaquad

3 次查看(过去 30 天)
Shani Gal
Shani Gal 2012-6-17
关闭: MATLAB Answer Bot 2021-8-20
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 个)

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by