How to load/read the ASCII Files
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
Matt Kindig
2012-10-15
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.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Workspace Variables and MAT Files 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!