How to read an ascii text file and extract the data in a matlab
Ältere Kommentare anzeigen
Hi, would u tell me how to extract ascii data in matlab.
Antworten (1)
Orion
am 10 Nov. 2014
0 Stimmen
or just with low level functions : fopen, fgetl, ftell, frewind, fclose....
Kategorien
Mehr zu Low-Level File I/O finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!