필터 지우기
필터 지우기

How to export text box values into text file

조회 수: 1 (최근 30일)
Arvind Mahendran
Arvind Mahendran 2012년 4월 3일
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