msg_head.m
来自「这是国外关于卫星导航方面一书的源代码」· M 代码 · 共 22 行
M
22 行
% -----------------------------------------------------------------------------
% GPSLab - MSG_HEAD.M Info-Message zu MENUHEAD.M
% -----------------------------------------------------------------------------
%
%
% (c) iapg 1998-2002 zeb
% -----------------------------------------------------------------------------
gpsjpg=imread('sat.jpg','JPEG');
hmsg=msgbox(['In the FILE Submenus LOG FILES... and HEADER... you can look at /edit the a) LOG files of the conversion (Import) of ' ...
'RINEX to MatLab (LOG REFERENCE, LOG ROVER, sowie LOG RINEX IMPORT) and the b) ' ...
'Header Files regarding Reference and Rover station (HEADER REFERENCE, HEADER ROVER). ' ...
'Descriptions of the Header and Ephemeris Files format are documented ' ...
'in the Menu INFO / FORMAT DESCRIPTIONS OF... . ' ...
'In the Header files you can modify station coordinates and -excentricities. '], ...
'GPSLab Info: Log files and Headers','custom',gpsjpg,summer(64));
clear gpsjpg;
% -----------------------------------------------------------------------------
% (c) iapg 1998-2002 zeb
% -----------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?