getbottomsoundspeed.m
来自「水声模型 很不错的东西」· M 代码 · 共 4 行
M
4 行
function SoundSpeed = GetBottomSoundSpeed(Layer)
%Returns the sound speed at the bottom of the specified layer
SoundSpeed = Layer.Cp(end);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?