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

« back to all changes in this revision

Viewing changes to man/scicos/standard_output.cat

  • 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
 
standard_output      Scilab Group      Scicos function      standard_output
2
 
NAME
3
 
   standard_output - get Scicos block output port positions
4
 
  
5
 
CALLING SEQUENCE
6
 
 [x,y,typ]=standard_output(o)
7
 
PARAMETERS
8
 
 o          : Scicos block data structure (see scicos_block)
9
 
            
10
 
 x          : vector of x coordinates of the block regular and event
11
 
            output ports
12
 
            
13
 
 y          : vector of y coordinates of the block regular and event
14
 
            output ports
15
 
            
16
 
 typ        : vector of output ports types (+1 : regular port; -1:event
17
 
            port) 
18
 
            
19
 
DESCRIPTION
20
 
   standard_output is the Scilab function used to get standard blocks output
21
 
  port position and types in interfacing functions. 
22
 
  
23
 
   Port positions are computed, each time they are required, as a function
24
 
  of block dimensions. 
25
 
  
26
 
SEE ALSO
27
 
   scicos_block
28