m_3d_fields.cat
来自「用来实现三维阻抗及光学断层成像重建的matlab程序」· CAT 代码 · 共 14 行
CAT
14 行
function [v_f] = m_3d_fields(vtx,el_no,m_ind,E,tol,gnd_ind,v_f);This function calculates the measurement fields using preconditioned conjugate gradients.vtx = The verticesel_no = The total number of electrodes in the systemm_ind = The measurements matrix (indices of electrode pairs)E = The full rank system matrixtol = The tolerance in the forward solution gnd_ind = The ground indexv_f = The measurements fields
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?