|
|
Hallo,
I want to operate Matlab over the internet as a server software making
the calulations for the simulation and have some gui in a client
browser for inputs and results.
I have my own framwork for server access containing web based methods
and tools like XML parsing/transformation/creating, SOAP, Web Services,
etc. Since I do not think Matlab supports all this it would be best to
habe a plugin that calls matlab functions. But it seems that most of
the solutions in Matlab only provide access from Matlab to another
software, not the opposite way.
I see several ways how to set up this:
- Matlab supports dlls
But I need the function calls from external to Matlab. Are Callback
possible in the dll?
- Matlab supports Web Services
But it seems like Matlab can only call Web Services and can not be a
web service itself. Is it in development?
- Matlab has an integrated Web server
But it connects directly to the Matlab language, so no plugin
possible?
- Matlab supports events for COM and ActiveX
I did not work with it yet, do not know how long it takes to get into
this. Though I use VC++6.0, so there should be no conflicts
I would help me a lot if someone could recommend me a good solution for
my problem.
Thanks,
Alex
|
|