how to read .std files in matlab otherthan import data
6 次查看(过去 30 天)
显示 更早的评论
.std files are generally read in notepad or some other files. how to read them in matlab. any answer welcome. thanks in advance
0 个评论
回答(1 个)
Jan
2018-3-16
It depends on how you want to parse the contents of the file. Maybe all you need is
str = fileread(FileName);
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Import and Analysis 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!