Borrar filtros
Borrar filtros

How to read an ascii text file and extract the data in a matlab

3 visualizaciones (últimos 30 días)
sunny kant
sunny kant el 10 de Nov. de 2014
Respondida: Orion el 10 de Nov. de 2014
Hi, would u tell me how to extract ascii data in matlab.

Respuestas (1)

Orion
Orion el 10 de Nov. de 2014
A classic way to read text files is by using textscan.
or just with low level functions : fopen, fgetl, ftell, frewind, fclose....

Categorías

Más información sobre Low-Level File I/O en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by