From: turbot on
The main program is Labview.

It needs to call one function in Matlab for image processing. But do not have whole Matlab installed.

Is it somehow to do it? Can the Matlab part been compiled into exe or dll.

Any suggestion, thanks.
From: Matt Fetterman on
turbot <turbot_yu(a)hotmail.com> wrote in message <1933995260.98433.1256223261118.JavaMail.root(a)gallium.mathforum.org>...
> The main program is Labview.
>
> It needs to call one function in Matlab for image processing. But do not have whole Matlab installed.
>
> Is it somehow to do it? Can the Matlab part been compiled into exe or dll.
>
> Any suggestion, thanks.

LabView does have a feature where you can call Matlab. You can check the ni.com website for help on that.
Regards Matt
From: turbot on
Yes, but it need to install the full Matlab on the same machine to run the script from Labview.

Is it possible to generate dll, exe or activeX, which can be called by Laview without install the whole Matlab.

Thanks.