File: WFILE_f.cat

package info (click to toggle)
scilab 2.4-1
  • links: PTS
  • area: non-free
  • in suites: potato, slink
  • size: 55,196 kB
  • ctags: 38,019
  • sloc: ansic: 231,970; fortran: 148,976; tcl: 7,099; makefile: 4,585; sh: 2,978; csh: 154; cpp: 101; asm: 39; sed: 5
file content (26 lines) | stat: -rw-r--r-- 943 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

WFILE_f(5)                      Scicos Block                       WFILE_f(5)
NAME
  WFILE_f - Scicos "write to file" block

DIALOGUE PARAMETERS

  input size          : a scalar. This fixes the input size

  Output file name    : a character string defining the path of the file

  Output Format       : a character string defining the Fortran format to use
                      or nothing for an unformatted (binary) write

  Buffer size         : To improve efficiency it is possible to buffer the
                      input data. write on the file is only done after each
                      Buffer size calls to the block.

DESCRIPTION
  This block allows user to save data in a file, in formatted and binary
  mode.  Each call to the block corresponds to a record in the file. Each
  record has the following form: [t,V1,...,Vn] where t is the value of time
  when block is called  and Vi is the ith input value

SEE ALSO
  RFILE_f