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

1 vue (au cours des 30 derniers jours)
sunny kant
sunny kant le 10 Nov 2014
Réponse apportée : Orion le 10 Nov 2014
Hi, would u tell me how to extract ascii data in matlab.

Réponses (1)

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

Catégories

En savoir plus sur Low-Level File I/O dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by