File: writb.cat

package info (click to toggle)
scilab 2.6-4
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 54,632 kB
  • ctags: 40,267
  • sloc: ansic: 267,851; fortran: 166,549; sh: 10,005; makefile: 4,119; tcl: 1,070; cpp: 233; csh: 143; asm: 135; perl: 130; java: 39
file content (24 lines) | stat: -rw-r--r-- 746 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
writb            Scilab Group            Scilab Function              writb
NAME
   writb - fortran file binary write
  
CALLING SEQUENCE
 writb(file-name,a [,rec])
PARAMETERS
 file-name  : string or integer 
            
 rec        : vector of positive integers. the selected records for direct
            access. This vector size must be equal to the number of rows of
            a
            
DESCRIPTION
   writes in binary format the matrix a in the file 'filename'.. Matrix
  entries are  stored on 4 byte words
  
   For direct record access, file must have been previously opened using
  file function to set the record_length. file-name must be the result of
  the file function. 
  
SEE ALSO
   file, readb, write, mput, write4b