db23d.cat
来自「用来实现三维阻抗及光学断层成像重建的matlab程序」· CAT 代码 · 共 10 行
CAT
10 行
function [dd] = db23d(x1,y1,z1,x2,y2,z2);Auxiliary function that caclulates the distance between two points in 3D(x1,y1,z1) = The coordinates of the first point in 3D(x2,y2,z2) = The coordinates of the second point in 3Ddd = Their distance
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?