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

回答(1 个)

Jan
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);

类别

Help CenterFile Exchange 中查找有关 Data Import and Analysis 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by