proginfo.m

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

M
30
字号
% -----------------------------------------------------------------------------
%  GPSLab - PROGINFO.M   info message for toolbox GPSLab
% -----------------------------------------------------------------------------
%
%
% (c) iapg 2001 zeb
% -----------------------------------------------------------------------------

gpsjpg=imread('me.jpg','JPEG');
hmsg=msgbox(['GPS Lab is a MatLab5/6 toolkit for visualization ' ...
'and processing of GPS data for educational purposes and for testing algorithms. You can read ' ...
'(RINEX format) and process data : Ephemeris, code phase as well as carrier phase observations. ' ...
'The objectives are representation and revealing of ' ...
'of data, algorithms and processing models, that can be modified in MatLab as you like it. ' ...
'                                                                                 ' ...
'The program was developed at the Institute for ' ...
'Astronomical and Physical Geodesy of the TU of Munich. ' ...
'                                                                                 ' ...
'Commercial use is forbidden. ' ...
'                                                                                 ' ...
'There is NO GUARANTEE for working correctly, reliable results and so on. ' ...
'                                                                                 ' ...
'You can take the version number from the manual or from the headline of this dialog window'], ...
'about GPS Lab ...         -   iapg 2001 zeb   -   version 12-99/e05-01','custom',gpsjpg,summer(64));
clear gpsjpg;

% -----------------------------------------------------------------------------
% (c) iapg 2001 zeb
% -----------------------------------------------------------------------------

⌨️ 快捷键说明

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