figaro3d.cat
来自「用来实现三维阻抗及光学断层成像重建的matlab程序」· CAT 代码 · 共 14 行
CAT
14 行
function [fc] = figaro3d(srf,vtx,simp,fc,BB,h);This function plots the solution as a 3D object crossed at the plane z=h within the 3D boundaries of the volumeh = is the height of the desired slice, max(vtx(:,3))>= h >= min(vtx(:,3))srf = The boundary surfaces (faces)simp = The simplices matrixfc = Plotting utility matrix, calculated through slicer_plot. This is calculated in slicer_plot.m BB = The calculated inverse solution
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?