• 大小: 29KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-09
  • 语言: Matlab
  • 标签: Matlab  IRI(2019)  

资源简介

International Reference Ionosphere - IRI (2016)的matlab代码~~ 亲测能用~非常方便 输入参数,还可以画图

资源截图

代码片段和文件信息

function [latitude longitude altitude] = ecef2geod(x y z tol)

% ECEF2GEOD Convert ECEF coordinates to geodetic coordinates.

% Usage: [LATITUDE LONGITUDE ALTITUDE] = ECEF2GEOD(X Y Z TOL)
%     or [LATITUDE LONGITUDE ALTITUDE] = ECEF2GEOD(XYZ TOL)
%     or LLA = ECEF2GEOD(X Y Z TOL)
%     or LLA = ECEF2GEOD(XYZ TOL)

% Converts Earth-centered Earth fixed (ECEF) coordinates X Y and Z to
% geodetic coordinates LATITUDE LONGITUDE and ALTITUDE. For a matrix
% input the first dimension with length 3 is assumed to have the three
% separate X Y and Z inputs across it. The World Geodetic System 1984
% (WGS84) ellipsoid model of the Earth is assumed.

% Inputs:
%   -X: x coordinates of the point in meters.
%   -Y: y coordinates of the point in meters.

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        4233  2014-10-05 20:56  iritest.m
     文件        3625  2014-10-05 20:56  ecef2geod.m
     文件       45092  2014-10-05 20:56  iri2012.m
     文件       39252  2014-10-05 20:56  iri2007.m
     文件        1313  2014-10-05 20:56  license.txt

评论

共有 条评论