jacobian_3d_comp.cat
来自「用来实现三维阻抗及光学断层成像重建的matlab程序」· CAT 代码 · 共 22 行
CAT
22 行
function [Jrr,Jri,Jir,Jii] = jacobian_3d_comp(I,elec,vtx,simp,gnd_ind,mat_ref,no_pl,zc,IntGrad,v_f,df,tol,sym);This function calculates the Jacobian matrices (with respect to conductivity) for the complex EIT system.I = The currents usedelec = the electrodes matrixvtx = The vertices matrixsimp = The simplices matrixgnd_ind = The ground index (node)mat_ref = The reference conductivity vector (complex)no_pl = The number of electrode planes zc = The electrode contact impedance vectorIntGrad = The integrals of the gradients v_f = The measurement fieldsdf = Measurements per current pattern as used in v_f Jrr = The part of Jacobian which corresponds to a real dV after a real dsigma Jri = The part of Jacobian which corresponds to a real dV after an imaginary dsigmaJir = The part of Jacobian which corresponds to an imaginary dV after a real dsigmaJii = The part of Jacobian which corresponds to an imaginary dV after an imaginary dsigma
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?