delphi and matlab(100分)

A

amidai

Unregistered / Unconfirmed
GUEST, unregistred user!
如何在DELPHI中调用MATLAB
 
MIDEVAdo
es not support Delphi IDE directly, but it support Borland
C++ builider 3. You can use C++ builder to create a dll file using
MIDEVA, and call the functions in the dll from Delphi.
I have tried out this ability (the samples comes with MIDEVA 4). It
works OK, but the displayed MathLab style form is not very nice.
Speak the truth, Ido
n't like this MathTool. Hope the future updates
will directly draw the graphics into Delphi's canvas.
 
可以通过 OLE Automation 的方法,
var MatLab: Variant;
MatLab:= CreateOleObject('MatLab.Application');
MatLab.Execute(MatLab命令);
....
 
MIDEVA 是什么东东,哪里能找到?
另,采用ActiveX是不是也是一个思路?
 
MIDEVA是MATLAB的一个IDE用户编程界面,可以用来编辑调试你的MATLAB程序。
 
我发现到www.mathtools.com抓下来的Matcom很不错,可把.m转成.dll和
.exe脱开matlab供Delphi调用,甚至可以直接调用含有算法的动态连接库(含有带函数说明的Delphi Unit),十分好用!
只是只能用30天。:( 大家来想一想办法。
 
找到了!
ftp://ftp.ncic.ac.cn/incoming/hacker/Matcom4_Crack/
这下可以放心使用了,呵呵....
BTW,matcom真是不错 :)
 
多人接受答案了。
 
请问huizhang
俺运行MIDEVA,发现需要evaluation password,请问口令如何获得!
 
请问huizhang
俺运行MIDEVA,发现需要evaluation password,请问口令如何获得!

huizhang不在吗?
 
我很菜,请那位高手讲解详尽一些,不胜感激!
 
顶部