set_3d_currents.cat

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

CAT
16
字号
function [I,Ib]=set_3d_currents(protocol,elec,vtx,gnd_ind,no_pl);This function sets current patterns in a system with (no_pl) planes of equal number of electrodes according to "opposite" or "adjacent" protocols, or their 3D similar.protocol= The selected protocol '{op}' or '{ad}'elec    = The electrodesvtx     = The verticesgnd_ind = the index of the ground nodeno_pl   = The number of planesIb      = The current patternsI       = The RHS vectors, i.e., the current patterns padded with zeroes 

⌨️ 快捷键说明

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