How to export text box values into text file

2 次查看(过去 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?

回答(1 个)

Sean de Wolski
Sean de Wolski 2012-4-3
doc fopen
doc fprintf
doc fwrite
doc fclose
A combination of these.

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by