How to load/read the ASCII Files
2 views (last 30 days)
Show older comments
I need help on how to load/read the ASCII files.
I have files that are in a .A01 format but I dont know if I am supposed to changed it to .txt in order for MATLAB to run it?
Thanks!
2 Comments
Matt Kindig
on 15 Oct 2012
You shouldn't need to change the extension--Matlab does not require a particular extension (or any extension at all, for that matter). However, depending on the format, the standard import methods (e.g. importdata(), dlmread(), csvread(), textscan(), etc.) might not work. Try one of those standard approaches first and see if it works.
Answers (0)
See Also
Categories
Find more on Workspace Variables and MAT Files 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!