get_3d_meas.cat

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

CAT
23
字号
function [voltageH,voltageV,indH,indV,df]=get_3d_meas(elec,vtx,V,Ib,no_pl);This function extracts multiplane voltage measurements from a calculated 3D nodal potential distribution V inside a tank with (no_pl) electrode planes. Each plane holds the same number of electrodes. Only the non-current carring electrodes at the time are involved in the measurements.elec      = The electrodes matrixvtx       = The verticesV         = The calculated forward solutionIb        = The current patterns without the zeroes patchno_pl     = The number of planesvoltage_H = Horrisontal (local plane) measurementsindH      = The two column matrix indicating the indices of the electrodes             involved in voltage_H, e.g. indH = [2 3; 3 4; 4 5;...] implies             voltage_H(1) = voltage(2) - volatge(3), etcdf        = Array indexing the (numbero of) measurements to their corresponding      current patterns. voltage_V = Vertical interplanar measurementsindV      = ...

⌨️ 快捷键说明

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