Section: Input/Ouput Functions
[a1,...,an] = fscanf(handle,format)
Here format
is the format string, which is a string that
controls the format of the input. Each value that is parsed from
the file described by handle
occupies one output slot.
See printf
for a description of the format. Note that if
the file is at the end-of-file, the fscanf will return