📄 getacdirectoryinfo.m
字号:
function Dir = GetAcDirectoryInfo()
%This file contains the locations of the directories that this program uses.
%Modify it to suit your system configuration
%This is how the Sept 2001 version files in
% atpII_f95.zip
%are organised
AcToolBox = 'D:\AcToolbox27_06_2002\at\'; %Root directory for acoustic toolbox - change this to suit your system (trailing \ required)
Dir.Kraken = [AcToolBox 'bin\']; %Location of kraken.exe, krakenc.exe etc.
Dir.Scooter = [AcToolBox 'bin\']; %Location of scooter.exe etc.
Dir.Bellhop = [AcToolBox 'bin\']; %location of bellhop.exe etc.
Dir.Global = [AcToolBox 'bin\']; %location of other acoustic toolbox executables
Dir.MainWork = 'Output\'; %Working directory - program will write to and read from this area
Dir.RunDef = 'RunDef\'; %Program will store run definitions in this directory
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -