Navigation

Operators and Keywords

Function List:

C++ API

: [val, count, errmsg] = scanf (template, size)
: [v1, v2, …, count, errmsg]] = scanf (template, "C")

This is equivalent to calling fscanf with fid = stdin.

It is currently not useful to call scanf in interactive programs.

See also: fscanf, sscanf, printf.

Package: octave