How to read and print a line from a file using matlab
이전 댓글 표시
How to read and print a line from a file using matlab
답변 (1개)
TAB
2012년 1월 30일
To print a line in a text file, see
>> doc fprintf
To read a line from a text file, see
>> doc fscanf
>> doc textscan
Also see
>> doc fopen
>> doc fclose
카테고리
도움말 센터 및 File Exchange에서 File Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!