bft_transducer_set.m
来自「超声仿真软件」· M 代码 · 共 17 行
M
17 行
%BFT_TRANSDUCER_SET Set new coordinates for the transducer%%USAGE : bft_transducer_set(xdc, centers)%%INPUTS : xdc - Handle to existing transducer definition% centers - Matrix with the coordinates of the centers of % the elements. It has 3 columns (x,y,z) and a% number of rows equal to the number of elements.% The coordinates are specified in [m]%%OUTPUTS: None%%VERSION: 1.0 May 12, 2003, Svetoslav Nikolov%function bft_transducer_set(xdc, centers)bft(21, xdc, centers')
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?