~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to macros/scicos/Treshold.cosf

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
scicos_ver = 'scicos2.4'
2
 
scs_m=list()
3
 
scs_m(1)=list([399,443,0,0,400,450],..
4
 
['Treshold','/usr/local/lib/scilab-2.4.1/macros/scicos/'],[],[],' ',list(),..
5
 
tlist(['scsopt','3D','Background','Link','ID','Cmap'],list(%t,33),[8,1],[1,5],..
6
 
list([5,0],[4,0]),[ .8, .8, .8]),[],[],[])
7
 
scs_m(2)=list('Block',..
8
 
         list([20,20],[40,40],%t,'1',0,[],[],0,..
9
 
         'xstringb(orig(1),orig(2),''Zcross'',sz(1),sz(2),''fill'');'),..
10
 
         list('zcross',1,[],[],1,[],[],[-1;-1;0;0],[],'z',-1,[%t,%f],' ',list()),..
11
 
         ' ','ZCROSS_f')
12
 
scs_m(3)=list('Block',..
13
 
         list([20,129.52381],[40,40],%t,[],0,[],[],0,..
14
 
         'xstringb(orig(1),orig(2),'' - to + '',sz(1),sz(2),''fill'');'),..
15
 
         list('zcross',1,[],[],1,[],[],[-1;-1;0;-1],[],'z',-1,[%t,%f],' ',list()),..
16
 
         ' ','NEGTOPOS_f')
17
 
scs_m(4)=list('Block',..
18
 
         list([20,239.04762],[40,40],%t,[],0,[],[],0,..
19
 
         'xstringb(orig(1),orig(2),'' + to - '',sz(1),sz(2),''fill'')'),..
20
 
         list('zcross',1,[],[],1,[],[],[-1;-1;-1;0],[],'z',-1,[%t,%f],' ',list()),..
21
 
         ' ','POSTONEG_f')
22
 
scs_m(5)=list('Block',..
23
 
         list([78.095238,20],[60,40],%t,['1';'1'],0,[],[],0,..
24
 
         'xstringb(orig(1),orig(2),''GENERAL'',sz(1),sz(2),''fill'');'),..
25
 
         list('zcross',1,[],[],1,[],[],[0;0;0;0],[],'z',-1,[%t,%f],' ',list()),..
26
 
         ' ','GENERAL_f')