Scilab 5.3.3
- Aide Scilab
- Entrées/Sorties [fichiers]
- chdir
- fullfile
- getlongpathname
- getshortpathname
- mkdir
- pwd
- rmdir
- basename
- copyfile
- createdir
- deletefile
- dir
- dirname
- dispfiles
- fileext
- fileinfo
- fileparts
- filesep
- findfiles
- fprintf
- fprintfMat
- fscanf
- fscanfMat
- fullpath
- get_absolute_file_path
- getdrives
- getrelativefilename
- %io
- isdir
- isfile
- listfiles
- listvarinfile
- ls
- maxfiles
- mclearerr
- mclose
- mdelete
- meof
- merror
- mfprintf
- mscanf
- mget
- mgetl
- mgetstr
- mopen
- movefile
- mput
- mputl
- mputstr
- mseek
- mtell
- newest
- pathconvert
- pathsep
- removedir
- save_format
- scanf
- scanf_conversion
- sscanf
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
listvarinfile
list the contents of a saved data file
Calling Sequence
listvarinfile(filename) [nams,typs,dims,vols]=listvarinfile(filename)
Arguments
- filename
character string, the pathname of the file to be inspected
- nams
character array, names of the variables saved in the file
- dims
list, dimensions of the variables saved in the file
- typs
numeric array, types of the variables saved in the file
- vols
numeric array, size in bytes of the variables saved in the file
Description
Examples
See Also
- whos — liste des variables courantes dans un format détaillé
- save — Save a variable or a serie of variables in a binary file
- load — Load a saved variable or a serie of variables
- save_format — format of files produced by "save"
- type — Retourne le type d'une variable
Authors
- Serge Steer
31 Jan 2001; reediting by Enrico Segre
<< listfiles | Entrées/Sorties [fichiers] | ls >> |