Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Calculate Spheical Cap with areaquad

1 visualización (últimos 30 días)
Shani Gal
Shani Gal el 17 de Jun. de 2012
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by