msg_eph1.m

来自「这是国外关于卫星导航方面一书的源代码」· M 代码 · 共 21 行

M
21
字号
% -----------------------------------------------------------------------------
%  GPSLab - MSG_EPH.M   Info-Message zu MENU_EPH.M
% -----------------------------------------------------------------------------
%
%
% (c) iapg 1998-2002 zeb
% -----------------------------------------------------------------------------

gpsjpg=imread('sat.jpg','JPEG');
hmsg=msgbox(['Representation of all Orbits, Groundtracks, etc. regarding all ' ...
      'available satellites covering 24 hours in a space stable, non-rotating system ' ...
      'or in a earth fixed, co-rotating system WGS84:' ...
      ' Simply select the file of the reference or the rover station.' ...
      ' The Menu "View" allows you to zoom 2D-Plots and to rotate 3D-Plots.'], ...
'GPSLab Info: All NAV Orbits','custom',gpsjpg,summer(64));
clear gpsjpg;

% -----------------------------------------------------------------------------
% (c) iapg 1998-2002 zeb
% -----------------------------------------------------------------------------

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?