Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

i want to input data to text file without removing original data by pushboton

조회 수: 1 (최근 30일)
mahmoud elymany
mahmoud elymany 2016년 6월 9일
마감: MATLAB Answer Bot 2021년 8월 20일
as the figure

답변 (1개)

Walter Roberson
Walter Roberson 2016년 6월 10일
So don't remove the data then. You would need to take extra steps to remove the data, so just do not remove it. Just get() the String property of the edit box and write the contents to a file.
If the "without removing the original data" just happens to refer to the file, then see the 'a' or 'a+' "permission" fields at http://www.mathworks.com/help/matlab/ref/fopen.html#inputarg_permission

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by