Scilab 5.3.3
- Scilab help
- Files : Input/Output functions
- basename
- chdir
- copyfile
- createdir
- deletefile
- dir
- dirname
- dispfiles
- fileext
- fileinfo
- fileparts
- filesep
- findfiles
- fprintf
- fprintfMat
- fscanf
- fscanfMat
- fullfile
- fullpath
- get_absolute_file_path
- getdrives
- getlongpathname
- getrelativefilename
- getshortpathname
- %io
- isdir
- isfile
- listfiles
- listvarinfile
- ls
- maxfiles
- mclearerr
- mclose
- mdelete
- meof
- merror
- mfprintf
- mscanf
- mget
- mgetl
- mgetstr
- mkdir
- mopen
- movefile
- mput
- mputl
- mputstr
- mseek
- mtell
- newest
- pathconvert
- pathsep
- pwd
- removedir
- rmdir
- 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 — listing of variables in long form
- 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 — Returns the type of a variable
Authors
- Serge Steer
31 Jan 2001; reediting by Enrico Segre
<< listfiles | Files : Input/Output functions | ls >> |