sci_set_multi_currents.sci

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

SCI
21
字号
function [stk,txt,top]=sci_set_multi_currents()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=['?','size(Ib,2)','1''?','?','1']if lhs==1 then  stk=list('set_multi_currents'+rhsargs(RHS),'0',w(1,1),w(1,2),w(1,3))else  stk=list()  for k=1:lhs    stk(k)=list('set_multi_currents'+rhsargs(RHS),'-1',w(k,1),w(k,2),w(k,3))  endend

⌨️ 快捷键说明

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