fem_master_full.cat
来自「用来实现三维阻抗及光学断层成像重建的matlab程序」· CAT 代码 · 共 16 行
CAT
16 行
function [E,pp] = fem_master_full(vtx,simp,mat,gnd_ind,elec,zc,sym);Builds up the system matrix based on the complete electrode model. E is not yet permuted. To permute E -> E(pp,pp) as in fwd_solver.E = The full rank system matrix based on the 3D complete electrode modelvtx = The vertices matrixsimp = The simplices matrixmat = The conductivity vectorgnd_ind = The index of the ground nodeelec = The bounary electrodes matrixzc = The contact impedance vector, satisfying size(elec,1) = length(zc)sym = Column permutation of E, either '{y}' to opt or '{n}' to avoid.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?