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

Antworten (1)

Orion
Orion am 10 Nov. 2014

0 Stimmen

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

Tags

Gefragt:

am 10 Nov. 2014

Beantwortet:

am 10 Nov. 2014

Community Treasure Hunt

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

Start Hunting!

Translated by