MATLAB: GUI to read file to exe

guiguidematlab guistandalone

Hello,
I have designed a GUI to read a file and perform some analysis on the read data. But when I am making the .exe file, the standalone does not read the file.
Please help.
Sameer

Best Answer

I found out the problem, the file had a special character like readfile_0.1.txt. So I changed to readfile_0_1.txt and it works.
Related Question