I need a help how to run the MAtLAB functions on Delphi or work otherwise.... I'm working on a Image Processing of Human chromosomes and thinking of using MATLAB function on Delphi... Thank u very much 4 the help and guidance...
From a Delphi programmer's standpoint automation is the easiest, since Delphi can create the interface unit automatically. Calling those interfaces might require some knowledge of automation and COM+.
Comments
:
I don't know MatLab very well, but I found a site about calling MatLab functions form other programs. You can either use library functions or automation.
Site: http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/index.html?/access/helpdesk/help/techdoc/matlab_external/bp_kqh7.html&http://www.google.nl/search?hl=nl&client=firefox-a&rls=org.mozilla:nl:official&hs=5h5&q=matlab+interfaces&btnG=Zoeken&meta=
From a Delphi programmer's standpoint automation is the easiest, since Delphi can create the interface unit automatically. Calling those interfaces might require some knowledge of automation and COM+.