Created a executable for MATLAB GUI, but the output file does not open

1 view (last 30 days)
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..

Accepted Answer

Rinachi Garg
Rinachi Garg on 17 Aug 2012
So, this problem occured because it Ignores other applications that use Dynamic Data Exchange (DDE) setting in Excel is selected.
I fixed this error using the below link:
If you go to resolution-> Fix it for me
Download fix it for me and run it.
It is no more giving me the error and I am able to open the file.

More Answers (0)

Categories

Find more on Data Import from MATLAB 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!