Hi,
I have a MATLAB GUI which takes the input from three EXCEL files and computes the data. It also has the option where it asks the user where he wants to store the output file. It is doing all the computation but when I open the EXCEL file where my output data is supposed to be saved, it shows me an error saying: 'There was a problem sending command to the program'. I dont know the reason for this error. If I just run my GUI from GUIDE window, it works absolutely fine. But, when I run it from the application after installing the executable, it gives me this problem. Can anyone help me with this? Thanks in advance..