how to read .std files in matlab otherthan import data
조회 수: 6 (최근 30일)
이전 댓글 표시
.std files are generally read in notepad or some other files. how to read them in matlab. any answer welcome. thanks in advance
댓글 수: 0
답변 (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);
댓글 수: 0
참고 항목
카테고리
Help Center 및 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!