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