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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
diary - diary of session @diary
disp - displays variables @disp
dispfile - display opened files properties @dispfiles
file - file management @file
fileinfo - Provides information about a file @fileinfo
fprintf - Emulator of C language fprintf function @fprintf
fprintfMat - print a matrix in a file. @fprintfMat
fscanf - Converts formatted input read on a file @fscanf
fscanfMat - Reads a Matrix from a text file. @fscanfMat
getio - get Scilab input/output logical units @getio
input - prompt for user input @input
lines - rows and columns used for display @lines
load - load saved variable @load
manedit - editing a manual item @manedit
mclearerr - reset binary file access errors @mclearerr
mclose - close an opened file @mclose
meof - check if end of file has been reached @meof
mfprintf - converts, formats, and writes data to a file @mprintf
mfscanf - interface to the C fscanf function @mfscanf
mfscanf - scan data from file @mscanf
mget - reads byte or word in a given binary format and convert to double @mget
mgeti - reads byte or word in a given binary format return an int type @mget
mgetl - read lines from an ascii file @mgetl
mgetstr - read a character string @mgetstr
mopen - open a file @mopen
mprintf - converts, formats, and writes data to the main scilab window @mprintf
mput - writes byte or word in a given binary format @mput
mputl - writes strings in an ascii file @mputl
mputstr - write a character string in a file @mputstr
mscanf - interface to the C scanf function @mfscanf
mscanf - scan data from input @mscanf
mseek - set current position in binary file. @mseek
msprintf - converts, formats, and writes data in a string @mprintf
msscanf - interface to the C sscanf function @mfscanf
msscanf - scan data from string @mscanf
mtell - binary file management @mtell
newest - returns newest file of a set of files @newest
oldload - load saved variable in 2.4.1 and previous formats @oldload
oldsave - saving variables in 2.4.1 and previous format @oldsave
print - prints variables in a file @print
printf - Emulator of C language printf function @printf
printf_conversion - printf, sprintf, fprintf conversion specifications @printf_conversion
read - matrices read @read
read4b - fortran file binary read @read4b
readb - fortran file binary read @readb
readc_ - read a character string @readc_
readmps - reads a file in MPS format @readmps
save - saving variables in binary files @save
scanf - Converts formatted input on standard input @scanf
scanf_conversion - scanf, sscanf, fscanf conversion specifications @scanf_conversion
sprintf - Emulator of C language sprintf function @sprintf
sscanf - Converts formatted input given by a string @sscanf
startup - startup file @startup
warning - warning messages @warning
writb - fortran file binary write @writb
write - write in a formatted file @write
write4b - fortran file binary write @write4b
xgetfile - dialog to get a file path @xgetfile
|