From: Jaianand on
Hi,
I am using Visual Basic to develop a GUI. I need to execute Matlab in the background to process the stored data. How do I invoke the matlab application and execute an m-file using visual basic. Thanks in advance....
From: ade77 on
"Jaianand " <jaianand(a)coolvirgo.com> wrote in message <hq4vne$rcd$1(a)fred.mathworks.com>...
> Hi,
> I am using Visual Basic to develop a GUI. I need to execute Matlab in the background to process the stored data. How do I invoke the matlab application and execute an m-file using visual basic. Thanks in advance....

The MATLAB help file gives an example of how to do that.
Help....External Interfaces....MATLAB COM Automation Server Support... Examples of MATLAB Automation Server.

After going through the example, design a simple form to perform a simple operation, then the sky is the limit.

If you are at least average in visual basic, then you will not have any problems.