Application builder doesn't work for GUI input file select

2 views (last 30 days)
In Matlab environment, I had a GUI to select input files and it is working. After I used application compiler to create the installer and exe file, the file selection doesn't work, and no matter what files I pick, it just display the same file over and over.
  2 Comments
Geoff Hayes
Geoff Hayes on 14 Mar 2016
Tina - what code are you using to allow the user to select the input files? Which file does the built GUI pick again and again?
Tina Zhao
Tina Zhao on 14 Mar 2016
Geoff, thanks for the reply and question. I just found out that the Matlab code did store the input data and output too to mat files, and if I include them in the application builder, the input and output failed to update. After I removed them, it works fine!

Sign in to comment.

Answers (0)

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!