SKY MAP (function)

A MATLAB function that shows the position and relative brightness of stars in the sky

Ahora está siguiendo esta publicación

The function returns the sky map (position and relative brightness of stars in the sky) for any given location of observation on Earth, and time as the user may indicate.
The function is in a zip file containing 4 files namely sao6.txt, saoALL.txt, saoNAN.txt, and skymap.m.

The main function to use is skymap.m, it requires 9 arguments entered as follows:

skymap(YYYY,MM,DD,hh,mm,ss,long,lat,UTdiff)

where YYYY is 4 digit year (e.g 2013)
MM is month (e.g 4 for April)
DD is day of month (e.g 21 for 21st April)
hh is local hour (e.g 17 for 5pm local time)
mm is minute,
ss is second,
long is longitude of place in degrees (East is positive, while West is negative; e.g -33 means 33 degree West, while 56 means 56 degree East)
lat is latitude of place in degrees (North is positive, while South is negative; e.g -12 means 12 degree South, while 70 means 70 degree North)
UTdiff is the hour difference of place's local time (LT) from universal time (UT); e.g Nigerian time is 1 hour ahead of UT, therefore UTdiff for Nigeria is 1, while Boulder CO is 7 hours behind UT, and so its UTdiff is -7.

Citar como

Daniel Okoh (2026). SKY MAP (function) (https://la.mathworks.com/matlabcentral/fileexchange/45673-sky-map-function), MATLAB Central File Exchange. Recuperado .

Categorías

Más información sobre Environmental Models en Help Center y MATLAB Answers.

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.0.0.0