getacdirectoryinfo.m

来自「水声模型 很不错的东西」· M 代码 · 共 19 行

M
19
字号
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 + =
减小字号Ctrl + -
显示快捷键?