matfile_listvar — Lists variables of a Matlab V5 binary MAT-file.
[names[, classes[, types]]] = matfile_listvar(fd)
Real: file descriptor (returned by matfile_open).
String vector: names of the variables.
Real vector: classes of the variables.
Real vector: data types of the variables.