📄 profil_old.m
字号:
function [ cp, cs,rho ] = profil( Depth, Med, N1, Freq, SSPType, AttenUnit )
% return the SSP values at user specified points
ILoc = Loc( Med )
N = N1 - 1
ZT = linspace( Z( ILoc ), Z( ILoc + 1 ), N );
cp = interp( ZT, cpv );
cs = interp( ZT, csv );
rho = interp( ZT, rhov );
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -