Conversion between Equatorial and Ecliptic Coordinates

Convert between the equatorial and ecliptic celestial coordinate systems.

您现在正在关注此提交

[alpha,delta] = eclip2equat(lambda,beta) returns the right ascension and declination in the equatorial coordinate system corresponding to the longitudinal and latitudinal coordinates in the ecliptic coordinate system (lambda and beta).

[lambda,beta] = equat2eclip(alpha,delta) returns the longitudinal and latitudinal coordinates in the ecliptic coordinate system corresponding to coordinates of right ascension and declination (alpha and delta) in the equatorial coordinate system.

All inputs and outputs are in units of radians. longitudinal coordinates will be in the range of [-pi,pi] while latitudinal coordinates will be in the range [-pi/2, pi/2]. Inputs may be vectors but must be of equal size;

引用格式

Dmitry Savransky (2026). Conversion between Equatorial and Ecliptic Coordinates (https://ww2.mathworks.cn/matlabcentral/fileexchange/23285-conversion-between-equatorial-and-ecliptic-coordinates), MATLAB Central File Exchange. 检索时间: .

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0