msg_ktrf.m
来自「这是国外关于卫星导航方面一书的源代码」· M 代码 · 共 22 行
M
22 行
% -----------------------------------------------------------------------------
% GPSLab - MSG_KTRF.M Info-Message zu KOORDTRF.M
% -----------------------------------------------------------------------------
%
%
% (c) iapg 1998-2002 zeb
% -----------------------------------------------------------------------------
gpsjpg=imread('sat.jpg','JPEG');
hmsg=msgbox(['Conversion between geocentric cartesian,' ...
' geodetic geographic, and Gaussian coordinates (german state map projection)' ...
' selecting an ellipsoid out of WGS84, GRS80 and Bessel.' ...
' There will not be applied any system/frame transformation. - ' ...
' Starting from the Reference (S1HEAD) and the Rover station (S2HEAD) one can ' ...
' also insert and transform any coordinate triple .'], ...
'GPSLab Info: Coordinate Conversion','custom',gpsjpg,summer(64));
clear gpsjpg;
% -----------------------------------------------------------------------------
% (c) iapg 1998-2002 zeb
% -----------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?