How to export text box values into text file
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Sean de Wolski
2012 年 4 月 3 日
doc fopen
doc fprintf
doc fwrite
doc fclose
A combination of these.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Environment and Settings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!