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 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