Table of Contents
- diary - diary of session
- dispfiles - display opened files properties
- disp - displays variables
- fileinfo - Provides information about a file
- file - file management
- fprintfMat - print a matrix in a file.
- fprintf - Emulator of C language fprintf function
- fscanfMat - Reads a Matrix from a text file.
- fscanf - Converts formatted input read on a file
- getio - get Scilab input/output logical units
- input - prompt for user input
- isdir - checks if argument is a directory path
- lines - rows and columns used for display
- loadmatfile - loads a Matlab 5 MAT-file into Scilab
- load - load saved variable
- manedit - editing a manual item
- matfile2sci - converts a Matlab 5 MAT-file
into a Scilab binary file
- mclearerr - reset binary file access errors
- mclose - close an opened file
- meof - check if end of file has been reached
- merror - tests the file access errors indicator
- mscanf - interface to the C scanf function
- mgetl - read lines from an ascii file
- mgetstr - read a character string
- mget - reads byte or word in a given binary format and convert to double
- mopen - open a file
- mfprintf - converts, formats, and writes data to a file
- mputl - writes strings in an ascii file
- mputstr - write a character string in a file
- mput - writes byte or word in a given binary format
- mseek - set current position in binary file.
- mtell - binary file management
- newest - returns newest file of a set of files
- oldload - load saved variable in 2.4.1 and previous formats
- oldsave - saving variables in 2.4.1 and previous format
- printf_conversion - printf, sprintf, fprintf conversion specifications
- printf - Emulator of C language printf function
- print - prints variables in a file
- read4b - fortran file binary read
- readb - fortran file binary read
- readc_ - read a character string
- readmps - reads a file in MPS format
- read - matrices read
- save - saving variables in binary files
- scanf_conversion - scanf, sscanf, fscanf conversion specifications
- scanf - Converts formatted input on standard input
- sprintf - Emulator of C language sprintf function
- sscanf - Converts formatted input given by a string
- startup - startup file
- tk_getdir - dialog to get a directory path
- tk_getfile - dialog to get a file path
- tk_savefile - dialog to get a file path for writing
- warning - warning messages
- writb - fortran file binary write
- write4b - fortran file binary write
- write - write in a formatted file
- xgetfile - dialog to get a file path