get_multi_meas.cat

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

CAT
18
字号
function [voltage,ind,df] = get_multi_meas(protocol,elec,V,I,vtx,no_pl);The function can be used in the occasions where plane current patterns (adjacent or polar) are adopted for systems with more planes, i.e. set byset_multi_currents function. Only non-current carrying electrodes are involved in the measurements. protocol= The selected protocol '{op}' or '{ad}'elec    = The electrodesno_pl   = The number of planesI       = The RHS vectors, i.e., the current patterns padded with zeroes           for the forward calculationsV       = The forward solutionvoltage = The array of measureemnts according to the selected protocolind     = The index of the measurements

⌨️ 快捷键说明

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