Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Edit the txt file second column ONLY and save as same format
조회 수: 1 (최근 30일)
이전 댓글 표시
I want to edit (minus 20dB) only in the second column and others I don't want to change anything and I want to save as same txt format style
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/309899/image.png)
댓글 수: 0
답변 (1개)
Ajith Krishna Kanduri
2020년 6월 19일
Hi Venkat,
You can read the txt file in the form of table,then you can perform the changes you want in the text file on the table,then save back table to text file.
You can refer to this link to create a table.
You can slightly modify the code given by Image Analyst in that thread and make the changes without creating the table
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!