changewdtolocal.m
来自「This are files abouth gps simulation too」· M 代码 · 共 9 行
M
9 行
% changes the Matlab working directory to the YUMA directory
% - assumes the GPSVisibilityTool is launched from its local
% directory
% Colorado Center for Astrodynamics Research
% Copyright 2006 University of Colorado, Boulder
function callDir = changeWDtoLocal
callDir = cd;
cd([callDir slashType(cd) 'YUMA'])
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?