|
For my application I created a Corba Interface using Java at the Matlab
end, and wrote a fairly simple top level matlab script that opened the
interface then waited for a command to come in. The top level matlab
script gets a command string from my main application via the Corba
call, then does an eval() to execute the command, which is typically the
name of a script. I defined several other Corba functions that call from
MatLab back to the main application to get/return specific data items.
My main application just starts off MatLab in batch mode executing the
top level script.
Tristan Marly wrote:
> I would like to know if there are some existing interfaces to call a
> matlab script from some other language like C++ or Java, without
> having to call a system command, and without using the compiler for
> matlab ?
> Moreover, is there some way to call a remote matlab script using
> corba, or any other method (may be by adding some code to the remote
> script in order to be called) ?
>
> Tristan
|