Scilab 5.5.2
- Aide de Scilab
- Scilab
- Calcul différentiel, Intégration
- Fonctions Elémentaires
- Algèbre Lineaire
- Interpolation
- CACSD (Computer Aided Control Systems Design)
- Polynômes
- Traitement du Signal
- FFTW
- Fonctions spéciales
- Randlib
- ARnoldi PACKage (binding de ARPACK)
- Statistiques
- Matrices creuses
- Interface avec UMFPACK (sparse)
- Optimisation et Simulation
- Algorithmes génétiques
- Simulated Annealing
- Gestion des fichiers XML
- HDF5 Management
- Entrées/Sorties [fichiers]
- Entrées/Sorties
- Graphiques
- Graphiques: export et impression
- Interface graphique
- Structures
- Parameters
- Booléens
- Entiers
- Chaînes de caractères
- Manipulation de fichiers sons
- Heure et date
- Sorties
- Xcos
- Tableur
- Console
- Gestion de l'historique
- Lecture/Ecriture de fichiers binaires Matlab
- Aide à la conversion Matlab vers Scilab
- Fonctions de compatibilité
- Fonctions avancées
- Outils de développement
- Outils pour les démonstrations
- Link dynamique/incremental
- ATOMS
- Interface avec Tcl/Tk
- Editeur de texte (Scinotes)
- UI Data
- Gestion de l'aide en ligne
- Parallel
- Gestionnaire de modules externe
- Scilab MPI
- Localisation
- API Scilab
- API call_scilab (moteur Scilab)
- JVM
- Java depuis Scilab
- Interface avec Java
- Intersci
- Préférences
- Outils Windows
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
Entrées/Sorties [fichiers]
- Répertoire
- cd — change le répertoire courant de Scilab
- mkdir — Crée un nouveau répertoire
- pwd — affiche le répertoire courant de Scilab
- rmdir — Supprime un répertoire
- createdir — makes new directory
- dir — gets file list
- isdir — checks if argument is a directory path
- ls — shows files
- removedir — removes a directory
- Chemins - nom de fichiers
- fullfile — Construit un nom de fichier complet
- getlongpathname — retourne le chemin au format nom long (Seulement pour Windows)
- getshortpathname — retourne le chemin au format court (Seulement pour Windows)
- basename — strip directory and suffix from filenames
- dirname — gets directory from filenames
- fileext — returns extension for a file path
- fileparts — returns the path, filename and extension for a file path
- filesep — returns directory separator for current platform
- fullpath — creates an full path name for the specified relative path name.
- get_absolute_file_path — gives an absolute pathname of a file opened in Scilab
- getdrives — gets the drive letters of all mounted filesystems on the computer
- getrelativefilename — given absolute directories and absolute filenames, returns relative file names
- is_absolute_path — checks if argument is an absolute path
- pathconvert — converts a path to an OS path format.
- pathsep — returns path separator for current platform
- splitURL — Split an URL (HTTP, HTTPS, FTP...)
- tempname — creates a file with an unique filename
- copyfile — copies a file
- deletefile — deletes a file
- dispfiles — displays opened files properties
- fileinfo — provides information about a file
- findfiles — finding all files with a given file specification
- fprintfMat — writes a matrix in a file
- fscanfMat — reads a matrix from a text file
- getURL — Download an URL (HTTP, HTTPS, FTP...)
- getmd5 — get md5 checksum
- %io — a variable, which keeps standard input and standard output (file descriptor)
- isfile — checks whether argument is an existing file
- listfiles — list of files
- listvarinfile — list of variables in a saved data file
- maxfiles — sets the limit for the number of files a Scilab is allowed to have open simultaneously
- mclearerr — resets binary file access errors
- mclose — closes an opened file
- mdelete — deletes file(s)
- meof — checks if end of file has been reached
- merror — tests the file access errors indicator
- mfprintf — converts, formats, and writes data to a file
- msscanf — reads its input from the character string (interface to the C sscanf function)
- mgeti — reads byte or word in a given binary format and returns an int type
- mgetl — reads lines from an text file
- mgetstr — reads a character string from a file
- mopen — opens a file in Scilab
- movefile — moves file or directory
- mput — writes byte or word in a given binary format
- mputl — writes strings in a text file
- mputstr — writes a character string in a file
- mseek — sets current position in a binary file
- mtell — Returns the offset of the current byte relative to the beginning of a file
- newest — returns newest file of a set of files
- save format — format of files produced by "save"
- scanf — converts formatted input on standard input
- scanf_conversion — mscanf, msscanf, mfscanf conversion specifications
Report an issue | ||
<< HDF5 Management | Aide de Scilab | Entrées/Sorties >> |