sci_get_3d_meas.sci
来自「用来实现三维阻抗及光学断层成像重建的matlab程序」· SCI 代码 · 共 24 行
SCI
24 行
function [stk,txt,top]=sci_get_3d_meas()RHS=[]for k=1:rhs RHS=[stk(top)(1),RHS] top=top-1endtop=top+1// w(i,1) is the ith output argument type// w(i,2) is the ith output argument row dimension// w(i,2) is the ith output argument column dimensionw=['?','?','?''?','?','?''?','?','1''?','?','?''?','?','1']if lhs==1 then stk=list('get_3d_meas'+rhsargs(RHS),'0',w(1,1),w(1,2),w(1,3))else stk=list() for k=1:lhs stk(k)=list('get_3d_meas'+rhsargs(RHS),'-1',w(k,1),w(k,2),w(k,3)) endend
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?