Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Calculate Spheical Cap with areaquad

4 ビュー (過去 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