how to read .std files in matlab otherthan import data

3 Ansichten (letzte 30 Tage)
SD
SD am 16 Mär. 2018
Beantwortet: Jan am 16 Mär. 2018
.std files are generally read in notepad or some other files. how to read them in matlab. any answer welcome. thanks in advance

Antworten (1)

Jan
Jan am 16 Mär. 2018
It depends on how you want to parse the contents of the file. Maybe all you need is
str = fileread(FileName);

Kategorien

Mehr zu Workspace Variables and MAT Files finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by