how to read .std files in matlab otherthan import data
이전 댓글 표시
.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
2018년 3월 16일
It depends on how you want to parse the contents of the file. Maybe all you need is
str = fileread(FileName);
카테고리
도움말 센터 및 File Exchange에서 Data Import and Analysis에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!