bld_master.cat
来自「用来实现三维阻抗及光学断层成像重建的matlab程序」· CAT 代码 · 共 13 行
CAT
13 行
function [Ef] = bld_master(vtx,simp,mat_ref);Builds up the main compartment (GAP-SHUNT) of the system matrix for the complete electrode model. It is called within the function fem_master_full.Ef = The UNreferenced GAP based system matrixvtx = The vertices matrix.simp = The simplices matrix.mat_ref = The reference CONDUCTIVITY at each element.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?