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

« back to all changes in this revision

Viewing changes to man/scicos/INTRPLBLK_f.man

  • 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
.TH INTRPLBLK_f 5 "Janvier 1996" "Scilab Group" "Scicos Block"
 
2
.so ../sci.an
 
3
.SH NAME
 
4
INTRPLBLK_f - Scicos linear interpolation block
 
5
.SH DIALOGUE PARAMETERS
 
6
.TP 20
 
7
X coord.
 
8
: a vector (strictly increasing)
 
9
.TP
 
10
Y coord.
 
11
: a vector (same size as X coord)
 
12
.SH DESCRIPTION
 
13
The output of this block is a function of the input obtained
 
14
by linear interpolation. This block has a single scalar input 
 
15
and a single scalar output port. The X coord. and Y coord. give
 
16
respectively the X coordinate and the Y coordinate of the data
 
17
points to be interpolated. X coord must be strictly increasing.
 
18
 
 
19
 
 
20
 
 
21
 
 
22