adjoint_spin.cat
来自「用来实现三维阻抗及光学断层成像重建的matlab程序」· CAT 代码 · 共 18 行
CAT
18 行
function [JTb] = adjoint_spin(vtx,simp,elec,x,gnd_ind,zc,I,no_pl,Vmes);The function calculates the product J'*b, i.e. Jacobian transpose times a (measurements) vector b, using the adjoint sources formulation. JTb = J'*bvtx = The vertices matrixsimp = The simplices matrixelec = The electrodes matrixx = The solution estimate based on which J is supposed to be caclulatedgnd_ind = The grounf indexzc = The electrode contact impedanceI = The current patternsno_pl = Number of electrode planesVmes = The measurements vector
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?