From: Jaianand on 14 Apr 2010 13:58 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 14 Apr 2010 18:36 "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.
|
Pages: 1 Prev: need matlab code for detecting R-R interval Next: Random numbers (integers) from a to b? |