Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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

1 Ansicht (letzte 30 Tage)
mahmoud elymany
mahmoud elymany am 9 Jun. 2016
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
as the figure

Antworten (1)

Walter Roberson
Walter Roberson am 10 Jun. 2016
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

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by