xdc_line_convert.m

来自「FIELD II 是B超的matlab仿真程序。 执行 先运行 fie」· M 代码 · 共 19 行

M
19
字号
%  Procedure for converting an aperture from consisting of rectangles%  to consist of triangles%%  Calling:  xdc_line_convert (Th); %%  Parameters:   A handle Th as a pointer to this transducer aperture. The%                pointer value will be the same as for the rectangular aperture.%                The rectangles defined in the aperture will be released. %%  Version 1.0, August 5, 1999 by Joergen Arendt Jensenfunction res = xdc_line_convert (Th)%  Call the C-part of the program to convert aperture  Mat_field (1031, Th);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?