Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.3 - Português

Change language to:
English - Français - 日本語 -

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.

Ajuda Scilab >> Arquivos : funções de Entrada/Saída > fscanf

fscanf

Converts formatted input read on a file

Calling Sequence

[v_1,...v_n]=fscanf (file,format)

Arguments

format

Specifies the format conversion.

file

Specifies the input file name or file number.

Description

The fscanf functions read character data on the file specified by the file argument , interpret it according to a format, and returns the converted results.

The format parameter contains conversion specifications used to interpret the input.

The format parameter can contain white-space characters (blanks, tabs, newline, or formfeed) that, except in the following two cases, read the input up to the next nonwhite-space character. Unless there is a match in the control string, trailing white space (including a newline character) is not read.

  • Any character except % (percent sign), which must match the next character of the input stream.

  • A conversion specification that directs the conversion of the next input field. see scanf_conversion for details.

See Also

  • printf — emulador da função da linguagem C printf
  • read — Leitura de matrizes
  • scanf — Converts formatted input on standard input
  • sscanf — converte entrada formatada fornecida por um string
  • mfscanf — reads input from the standard input (interface to the C scanf function)
  • scanf_conversion — scanf, sscanf, fscanf conversion specifications
<< fprintfMat Arquivos : funções de Entrada/Saída fscanfMat >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Oct 05 12:11:48 CEST 2011