如何将VB与Matlab连接
问题描述:
我希望程序将vb
与matlab
连接,以解决任何输入到vb程序的问题,并通过调用matlalb
程序解决该问题,然后将结果返回到vb
.
请帮助我.
I want program to connect vb
with matlab
to solve any eguation enter to vb program and solve it by call matlalb
program and after that retern result to vb
.
please help me.
答
尝试下面的链接和CP文章来调用matlab函数.
http://www.mathworks.co.uk/help/techdoc/matlab_external/f135590.html [^ ]
使用MATLAB构建COM组件-第I部分 [
Try the below link and CP article to call the matlab function.
http://www.mathworks.co.uk/help/techdoc/matlab_external/f135590.html[^]
Building COM Components Using MATLAB - Part I[^]