slicer_plot.cat
来自「用来实现三维阻抗及光学断层成像重建的matlab程序」· CAT 代码 · 共 14 行
CAT
14 行
function [fc] = slicer_plot(h,BB,vtx,simp,fc);This function plots a 2D slice of the 3D solution vector BB at z=h.h = The height of the desired solution, max(vtx(:,3))>= h >= min(vtx(:,3)).BB = The caclulated inverse solutionvtx = The vertices matrixsimp = The simplices matrixfc = The edges of the mesh. This is a 2 column matrix required for the 3D plotting. fc may take some time to be calculated so it is a good idea to save it and use it thereafter.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?