Problem 56323. Air Mass to Star for an Observer at Mean Sea Level
Air mass is a measure of how much atmosphere light from a source above the atmosphere (eg sun, planet, star) has to travel through to reach an observation point on the Earth surface. It’s measured as a ratio of the amount of atmosphere relative to the amount of atmosphere for an overhead (nadir) line-of-sight.
To calculate air mass, divide the value of 1 by the cosine of the zenith angle.
The elevation angle of a star is given with respect to the local astronomical horizon:
Write a function to calculate the Air Mass a star's light passes through from the line-of-sight elevation angle in degrees. Allow the function to compute air mass for an array of line-of-sight elevation angles.
Solution Stats
Problem Comments
Solution Comments
Show commentsGroup

Remove Rows and Columns
- 10 Problems
- 116 Finishers
- Remove a specific row with max value
- Remove a specific row with min value
- Remove a specific column with max value
- Remove a specific column with min value
- Find Rows with Specift Properities
- row removal
- Remove all the columns contains only zero
- remove every row&col for every nan
- Remove entire row and column in the matrix containing the input values
- Column Removal (★★★)
Problem Recent Solvers342
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!