maast.m

来自「gps“可用性”matlab代码 Matlab Algorithm Avail」· M 代码 · 共 31 行

M
31
字号
%*************************************************************************%*     Copyright c 2001 The board of trustees of the Leland Stanford     *%*                      Junior University. All rights reserved.          *%*     This script file may be distributed and used freely, provided     *%*     this copyright notice is always kept with it.                     *%*                                                                       *%*     Questions and comments should be directed to Todd Walter at:      *%*     twalter@stanford.edu                                              *%*************************************************************************%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% MATLAB ALGORITHM AVAILABILITY SIMULTATION TOOL %%%%                    (MAAST)                     %%%%                  EXE PROGRAM                   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Version: 1.0% 2001 Sept% Stanford University WADGPS Labclear all;close all;init_const;      % global physical and gps constantsinit_col_labels; % column indices init_mops;       % MOPS constants%init_hist;       % histogram parameters% launch GUI Control Panelmaastgui;init_gui;    % read algorithm .m files in directory and form menu (global)

⌨️ 快捷键说明

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