필터 지우기
필터 지우기

Importing a text file in App Designer

조회 수: 21 (최근 30일)
cletus blum
cletus blum 2017년 7월 13일
답변: Amit Doshi 2017년 7월 17일
I am creating an graphical user interface using app designer that calls a function file. The function file calls on text files for input parameters. I would like to be able to load those input text files from the GUI. Currently the GUI will run the function file if I add the input text files to my current folder where my .mlapp file is but I can't change those files from the GUI its self. Eventually i would like to compile the GUI and would need to be able to load/change those text files. Is this possible?

채택된 답변

Amit Doshi
Amit Doshi 2017년 7월 17일
Hello Cletus,
You can use the 'uigetfile' function in MATLAB to open a file selection dialog box GUI to select the file from there and then read the file. Refer the below link:

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by