how to read .std files in matlab otherthan import data

6 visualizaciones (últimos 30 días)
SD
SD el 16 de Mzo. de 2018
Respondida: Jan el 16 de Mzo. de 2018
.std files are generally read in notepad or some other files. how to read them in matlab. any answer welcome. thanks in advance

Respuestas (1)

Jan
Jan el 16 de Mzo. de 2018
It depends on how you want to parse the contents of the file. Maybe all you need is
str = fileread(FileName);

Categorías

Más información sobre Data Import and Analysis en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by