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

1 次查看(过去 30 天)
Hi, would u tell me how to extract ascii data in matlab.

回答(1 个)

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

标签

Community Treasure Hunt

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

Start Hunting!

Translated by