Main Content

Fichiers texte

Fichiers de textes délimités et formatés

Lisez et écrivez des données numériques et non numériques dans des fichiers texte délimités et formatés, y compris des fichiers .csv et .txt.

Applications

Import ToolImport data from file

Tâches du Live Editor

Import DataImport data from a file in the Live Editor (depuis R2023a)

Fonctions

développer tout

Importation et exportation de base

readtableCreate table from file
writetableWrite table to file
readtimetableCreate timetable from file
writetimetableWrite timetable to file

Définir des règles d’importation

detectImportOptionsCreate import options based on file content
delimitedTextImportOptionsImport options object for delimited text
fixedWidthImportOptionsImport options object for fixed-width text files
xmlImportOptionsImport options object for XML files (depuis R2021a)
htmlImportOptionsImport options object for HTML files (depuis R2021b)
wordDocumentImportOptionsImport options object for Microsoft Word document files (depuis R2021b)
getvaroptsGet variable import options
setvaroptsSet variable import options
setvartypeSet variable data types
previewPreview eight rows from file using import options
readmatrixRead matrix from file
writematrixWrite a matrix to a file
readcellCreate cell array from file
writecellWrite cell array to file
readvarsRead variables from file
textscanRead formatted data from text file or string
typeDisplay contents of file
filereadRead contents of file as text
readlinesRead lines of file as string array (depuis R2020b)
writelinesWrite text to file (depuis R2022a)

Objets

tabularTextDatastoreDatastore for tabular text files

Rubriques

Lire des données tabulaires à partir de fichiers texte

Écrire des données tabulaires dans des fichiers texte

  • Write Data to Text Files
    Export tabular data contained in tables, cell arrays, or numeric arrays from the MATLAB workspace to text files.