How to export text box values into text file
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi everyone,
my GUI has a variety of parameters that can be chosen. I need to export these parameters into a text file which can be used as a input file for a .exe simulation but am not really sure how to export my parameters into a text file
any suggestions?
0 Kommentare
Antworten (1)
Sean de Wolski
am 3 Apr. 2012
doc fopen
doc fprintf
doc fwrite
doc fclose
A combination of these.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Environment and Settings finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!