|
On Fri, 10 Jul 2009 07:12:01 +0000 (UTC), "Alexandre "
<alex.mercier70@wanadoo.fr> wrote:
>I shall like to accomplish a link between Visual BASIC 6.0 and Matlab7.1. Visual Basic as graphic interface and Matlab for the party counting. How to open and to execute simulation Matlab and calculs(M-files) since Visual Basic with a link? I have already used function shell of vb6.0, but it is not what I want, I shall like to be able to execute functions "run" and "debugger" of Matlab since VB6.0.
>What are useful solutions?
>
>Thanks!
I have done that in the past using Matlab as an Automation (COM)
server. VB6 provided the GUI and Matlab did the computation.
Search for Automation in the Matlab help.
rt
|