File: sd2sci.cat

package info (click to toggle)
scilab 2.6-4
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 54,632 kB
  • ctags: 40,267
  • sloc: ansic: 267,851; fortran: 166,549; sh: 10,005; makefile: 4,119; tcl: 1,070; cpp: 233; csh: 143; asm: 135; perl: 130; java: 39
file content (28 lines) | stat: -rw-r--r-- 934 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
25
26
27
28
sd2sci            Scilab Group            Scilab Function            sd2sci
NAME
   sd2sci - gr_menu structure to scilab instruction convertor
  
CALLING SEQUENCE
 txt=sd2sci(sd [,sz [,orig]])
PARAMETERS
 sd         : data structure build by gr_menu.
            
 sz         : vector of number or strings with two components, give the x
            and y zoom factors
            
 orig       : vector of number or strings with two components, give the
            origin translation vector 
            
DESCRIPTION
   given a sd data structure generated by gr_menu sd2sci forms a vector of 
  scilab instructions corresponding to the graphic edited by gr_menu.  The
  optional parameters sz and orig  allows to zoom and shift the initial
  graphic.  If sz or orig are given by strings generated instructions are
  relative use then as formal expressions.
  
AUTHOR
   Serge Steer INRIA 1988 
  
SEE ALSO
   gr_menu, execstr