getlayerthickness.m
来自「水声模型 很不错的东西」· M 代码 · 共 3 行
M
3 行
function D = GetLayerThickness(Obj);
%Returns the thickness of the specified layer (m)
D = Obj.Z(end);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?