Home > Community > Automation and VBA > How to call Flexpro in visual basic 2013? > Antwort auf: How to call Flexpro in visual basic 2013?

#12869
Anonym
Gast

I try to call Flexpro in visual basic 2013. Can anyone tell me how to do that? For example, How to make a new database? I have already add the Reference, is there any code like the calling matlab functions from VB.net?
e.g.
Dim MatLab As Object
MatLab = CreateObject(“Matlab.Application”)
Result = MatLab.Execute(“surf(peaks)”)