list of variables in a saved data file
listvarinfile(filename) [names, typs, dims, vols] = listvarinfile(filename)
a character string, the pathname of the file to be inspected.
a matrix of strings, names of the variables saved in the file.
a list, dimensions of the variables saved in the file.
a numeric matrix, types of the variables saved in the file.
a numeric matrix, size in bytes of the variables saved in the file.
This utility function lists "a la whos" the variables contained in a Scilab data file produced by save.
![]() | Hypermatrices are reported as plain mlists;
rationals and state-spaces are reported as plain tlists;
graphic handles are not recognized. |