📄 bld_master_full.cat
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -