set_inho.cat
来自「用来实现三维阻抗及光学断层成像重建的matlab程序」· CAT 代码 · 共 15 行
CAT
15 行
function [mat,grp] = set_inho(srf,simp,vtx,mat_ref,val);Auxiliary functions used to set small local inhomogeneities in a volume (graphically).srf = The boundary (surface) facessimp = The simplices matrixvtx = The vertices matrixmat_ref = The reference conductivity vectorval = The value to be asigned to the selected inhomogeneitymat = The conductivity vector (updated) that contains the inhomogeneitygrp = Subset of the simplices matrix. The tets that have been selected.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?