how to read .std files in matlab otherthan import data

6 vues (au cours des 30 derniers jours)
SD
SD le 16 Mar 2018
Réponse apportée : Jan le 16 Mar 2018
.std files are generally read in notepad or some other files. how to read them in matlab. any answer welcome. thanks in advance

Réponses (1)

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

Catégories

En savoir plus sur Data Import and Analysis dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by