Scilab 5.3.1
- Ajuda Scilab
- Scilab
- Equações Diferenciais
- Funções Elementares
- Álgebra Linear
- Interpolação
- CACSD
- Polinômios
- Processamento de Sinais
- FFTW
- Funções Especiais
- Randlib
- ARnoldi PACKage
- Estatística
- Matrizes Esparsas
- Interfaces com UMFPACK (sparse)
- Otimização e Simulação
- Algoritmos Genéticos
- Arrefecimento Simulado
- Cálculos Formais
- Arquivos : funções de Entrada/Saída
- Funções de Entrada/Saída
- Biblioteca de Gráficos
- Gráficos : exportando e imprimindo
- IGU
- Estruturas de Dados
- Parâmetros
- Booleanos
- Inteiros
- Cadeias de Caracteres (Strings)
- Manipulação de Arquivos de Som
- Data e Hora
- Funções de Saída
- Xcos
- Planilhas
- Shell
- Console
- Complementação
- Gerenciador de histórico
- Entrada/Saída de Arquivos Matlab Binários
- Dicas de Conversão de Matlab para Scilab
- Funções de Compatibilidade
- Interface Maple
- Sobrecarga
- Funções
- Ferramentas de Desenvolvimento
- Ferramentas de Demonstração
- Link Dinâmico/incremental
- ATOMS
- Interfaces com Tcl/Tk
- Scilab editor (Scinotes)
- UI Data
- Gerenciamento de ajuda online
- Parallel
- Computações Paralelas com PVM
- Modules manager
- Localização
- JVM
- API Scilab
- call_scilab API
- Interface Java
- Intersci
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
Arquivos : funções de Entrada/Saída
- chdir — muda o diretório corrente do Scilab
- fileinfo — Fornece informações sobre um arquivo
- get_absolute_file_path — fornece o nome de endereço absoluto de um arquivo aberto no Scilab
- getrelativefilename — dado um nome de diretório absoluto e um nome de arquivo relativo, retorna um nome de arquivo relativo.
- newest — retorna o arquivo mais novo de um conjunto de arquivos
- sscanf — converte entrada formatada fornecida por um string
- basename — strip directory and suffix from filenames
- copyfile — Copy file
- createdir — Make new directory
- deletefile — delete a file
- dir — get file list
- dirname — get directory from filenames
- dispfiles — display opened files properties
- 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
- findfiles — Finding all files with a given filespec
- fprintf — Emulator of C language fprintf function
- fprintfMat — Write a matrix in a file.
- fscanf — Converts formatted input read on a file
- fscanfMat — Reads a Matrix from a text file.
- fullfile — Build a full filename from parts
- fullpath — Creates an full path name for the specified relative path name.
- getdrives — Get the drive letters of all mounted filesystems on the computer.
- getlongpathname — get long path name (Only for Windows)
- getshortpathname — get short path name (Only for Windows)
- percentio — variable returns standard input and standard output (file descriptor).
- isdir — checks if argument is a directory path
- isfile — checks if argument is a file
- listfiles — list files
- listvarinfile — list the contents of a saved data file
- ls — show files
- maxfiles — sets the limit for the number of files a scilab is allowed to have open simultaneously.
- mclearerr — reset binary file access errors
- mclose — close an opened file
- mdelete — Delete file(s)
- meof — check if end of file has been reached
- merror — tests the file access errors indicator
- mfprintf — converts, formats, and writes data to a file
- mfscanf — reads its input from the character string (interface to the C sscanf function)
- mget — reads byte or word in a given binary format return an int type
- mgetl — read lines from an text file
- mgetstr — read a character string from a file
- mkdir — Make new directory
- mopen — open a file
- movefile — Move file or directory
- mput — writes byte or word in a given binary format
- mputl — writes strings in an ascii file
- mputstr — write a character string in a file
- mseek — set current position in binary file.
- mtell — binary file management
- pathconvert — pathnames convertion between POSIX and windows.
- pathsep — returns path separator for current platform
- pwd — get Scilab current directory
- removedir — Remove a directory
- rmdir — Remove a directory
- save_format — format of files produced by "save"
- scanf — Converts formatted input on standard input
- scanf_conversion — scanf, sscanf, fscanf conversion specifications
<< Cálculos Formais | Ajuda Scilab | Funções de Entrada/Saída >> |