bld_master_full.cat

来自「用来实现三维阻抗及光学断层成像重建的matlab程序」· CAT 代码 · 共 15 行

CAT
15
字号
function [Ef] = bld_master_full(vtx,simp,mat,elec,zc);System matrix assembling based on the complete electrode model. This function is called within fem_master_full.Ef   = The UNreferenced system matrix.vtx  = The vertices matrix. The coordinates of the nodes in 3D.simp = The simplices matrix. Unstructured tetrahedral.mat  = As for MATerial information. The conductivity vector.(isotropic)elec = The matrix that holds the boundary faces assigned as electrodes. Its typical       dimensions are [number of electrodes x 3*number of faces per electrode].zc   = The array of electrode contact impedances. 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?