📄 sci_set_electrodes.sci
字号:
function [stk,txt,top]=sci_set_electrodes()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','1']if lhs==1 then stk=list('set_electrodes'+rhsargs(RHS),'0',w(1,1),w(1,2),w(1,3))else stk=list() for k=1:lhs stk(k)=list('set_electrodes'+rhsargs(RHS),'-1',w(k,1),w(k,2),w(k,3)) endend
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -