How to copy data of one text file to another text file in matlab.
조회 수: 6 (최근 30일)
이전 댓글 표시
I need to copy data (string, space and special characters are included) of one text (.txt) file into another text (.txt) file.
댓글 수: 0
답변 (1개)
Star Strider
2015년 5월 15일
댓글 수: 1
Joseph Cheng
2015년 5월 15일
if you do not want to make just another copy of the file and insert it into another txt file. read up on fopen, fgetl, fwrite, fprintf, and see which ones suit your needs.
참고 항목
카테고리
Help Center 및 File Exchange에서 Low-Level File I/O에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!