~ubuntu-branches/ubuntu/karmic/scilab/karmic

« back to all changes in this revision

Viewing changes to man/graphics/secto3d.cat

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2002-03-21 16:57:43 UTC
  • Revision ID: james.westby@ubuntu.com-20020321165743-e9mv12c1tb1plztg
Tags: upstream-2.6
ImportĀ upstreamĀ versionĀ 2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
secto3d           Scilab Group           Scilab Function            secto3d
 
2
NAME
 
3
   secto3d - 3D surfaces conversion
 
4
  
 
5
CALLING SEQUENCE
 
6
 [m[,x]]=secto3d(seclist,npas)
 
7
 [m]=secto3d(seclist ,x) 
 
8
PARAMETERS
 
9
 seclist         : a list whose elements are (2,.) matrices 
 
10
                 
 
11
 npas            : an integer
 
12
                 
 
13
 m               : a matrix
 
14
                 
 
15
 x               : a vector
 
16
                 
 
17
DESCRIPTION
 
18
   Considering a surface given through a list seclist of sections in the 
 
19
  (x,z) plane  [m [,x]]=secto3d(seclist [,npas]) returns a matrix m which
 
20
  contains a regular discretization of the surface.
 
21
  
 
22
 -    The i-th row of the matrix m corresponds to the i-th section 
 
23
      
 
24
 -    The j-th column of m corresponds to the x(j)
 
25
      
 
26
     Each section seclist(i) is described by a (2,.) matrix which gives
 
27
      respectively the x  and z coordinates of points.
 
28
      
 
29
     [m]=secto3d(seclist ,x) : in that case the x-vector gives the
 
30
      discretization  of the x-axis for all the sections 
 
31
      
 
32
SEE ALSO
 
33
   plot3d
 
34
  
 
35
AUTHOR
 
36
   Steer S.  
 
37