Path: Math/AStar
% Generate right ascensions and declinations for a global grid. Type GlobeGrid for demo. -------------------------------------------------------------------------- Form: [rA, dec, kDec] = GlobeGrid( n ) -------------------------------------------------------------------------- ------ Inputs ------ n (1,1) Number of right ascensions ------- Outputs ------- rA (1,m) Right ascension (deg) dec (1,m) Declination (deg) kDec (1,n) The first element in rA and dec for each new declination. --------------------------------------------------------------------------
Common: General/DispWithTitle Math: MathUtils/Odd
Back to the Math Module page