how to read .std files in matlab otherthan import data

6 ビュー (過去 30 日間)
SD
SD 2018 年 3 月 16 日
回答済み: Jan 2018 年 3 月 16 日
.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 Center および File ExchangeData Import and Analysis についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by