How to write data to an exact row in a text file
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello, I need to edit a parameter text file for my task and I need to change the value on i.e. 30th row of that parameter file with a loop then save the file. I've tried to come up with a function that does the trick, but couldn't find a proper one.
I'll be faithful if someone can offer some guidance. Thanks in advance.
댓글 수: 2
Azzi Abdelmalek
2012년 10월 2일
편집: Azzi Abdelmalek
2012년 10월 2일
What kind of data are in your file, why don't you post a sample of your text file?
don't comment your question with an answer, just post a comment like I did
채택된 답변
Walter Roberson
2012년 10월 2일
There is no MATLAB function for changing a particular row of a text file. You will need to read the existing file and write a new copy of the file.
추가 답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Text Files에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!