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

« back to all changes in this revision

Viewing changes to man/scicos/RFILE_f.man

  • 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
 
.TH RFILE_f 5 "Janvier 1996" "Scilab Group" "Scicos Block"
2
 
.so ../sci.an
3
 
.SH NAME
4
 
RFILE_f - Scicos "read from file" block
5
 
.SH DIALOGUE PARAMETERS
6
 
.TP 20
7
 
Time record Selection
8
 
: an empty matrix or a positive integer. If an integer \fVi\fR is given
9
 
the  \fVi\fRth element of the read record is assumed to be the date of
10
 
the output event. If empty no output event exists.
11
 
.TP
12
 
Output record selection
13
 
: a vector of positive integer. \fV[k1,..,kn]\fR,The \fVki\fRth
14
 
element of  the read record gives the value of \fVi\fRth output.
15
 
.TP
16
 
Input file name
17
 
: a character string defining the path of the file 
18
 
.TP
19
 
Input Format
20
 
: a character string defining the Fortran format to use or nothing for
21
 
an unformatted (binary) write. If given, the format must began by a
22
 
left parenthesis and end by a right  parenthesis. example: (e10.3).
23
 
.TP
24
 
Buffer size
25
 
: To improve efficiency it is possible to buffer the input data. read
26
 
on the file is only done after each \fVBuffer size\fR call to the
27
 
block.
28
 
.TP
29
 
size of output
30
 
: a scalar. This fixes the number of "value" read.
31
 
.SH DESCRIPTION
32
 
This block allows user to read  datas in a file, in formatted or binary
33
 
mode. \fVOutput record selection\fR and \fVTime record Selection\fR
34
 
allows the user to select data among file records.
35
 
 
36
 
Each call to the block advance one record in the file. 
37
 
 
38
 
.SH SEE ALSO
39
 
WFILE_f
40
 
 
41
 
 
42
 
 
43
 
 
44
 
 
45
 
 
46
 
 
47
 
 
48