set_multi_currents.cat
来自「用来实现三维阻抗及光学断层成像重建的matlab程序」· CAT 代码 · 共 16 行
CAT
16 行
function [I,Ib] = set_multi_currents(protocol,elec,vtx,gnd_ind,no_pl);This functions applies opposite or adjacent current patterns to each ofthe planes of the system simultaneously. 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 for the forward calculations
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?