File: Treshold.cosf

package info (click to toggle)
scilab 2.4-1
  • links: PTS
  • area: non-free
  • in suites: potato, slink
  • size: 55,196 kB
  • ctags: 38,019
  • sloc: ansic: 231,970; fortran: 148,976; tcl: 7,099; makefile: 4,585; sh: 2,978; csh: 154; cpp: 101; asm: 39; sed: 5
file content (24 lines) | stat: -rw-r--r-- 1,181 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 // Scicos palette Treshold
scicos_ver = 'scicos2.3'
scs_m=list()
scs_m(1)=list([400,330,0,0],'Treshold',[],[],[])
scs_m(2)=list('Block',..
         list([20,20],[40,40],%t,'1',0,[],[],0,..
         'xstringb(orig(1),orig(2),''Zcross'',sz(1),sz(2),''fill'');'),..
         list('zcross',1,[],[],1,[],[],[-1;-1;0;0],[],'z',-1,[%t,%f],' ',list()),..
         ' ','ZCROSS_f')
scs_m(3)=list('Block',..
         list([20,129.52381],[40,40],%t,[],0,[],[],0,..
         'xstringb(orig(1),orig(2),'' - to + '',sz(1),sz(2),''fill'');'),..
         list('zcross',1,[],[],1,[],[],[-1;-1;0;-1],[],'z',-1,[%t,%f],' ',list()),..
         ' ','NEGTOPOS_f')
scs_m(4)=list('Block',..
         list([20,239.04762],[40,40],%t,[],0,[],[],0,..
         'xstringb(orig(1),orig(2),'' + to - '',sz(1),sz(2),''fill'')'),..
         list('zcross',1,[],[],1,[],[],[-1;-1;-1;0],[],'z',-1,[%t,%f],' ',list()),..
         ' ','POSTONEG_f')
scs_m(5)=list('Block',..
         list([78.095238,20],[60,40],%t,['1';'1'],0,[],[],0,..
         'xstringb(orig(1),orig(2),''GENERAL'',sz(1),sz(2),''fill'');'),..
         list('zcross',1,[],[],1,[],[],[0;0;0;0],[],'z',-1,[%t,%f],' ',list()),..
         ' ','GENERAL_f')