How to read an ascii text file and extract the data in a matlab
1 view (last 30 days)
Show older comments
Hi, would u tell me how to extract ascii data in matlab.
0 Comments
Answers (1)
Orion
on 10 Nov 2014
or just with low level functions : fopen, fgetl, ftell, frewind, fclose....
0 Comments
See Also
Categories
Find more on Low-Level File I/O in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!