Runing matlab's engine when Matlab is installed on a different computer in the network
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi,
Is there any way to call Matlab's engine from C++ code that runs on a computer that does not have Matlab installed by using Matlab in a different computer in the network?
Thank you,
Gil.
0 Commenti
Risposta accettata
Kaustubha Govind
il 11 Mar 2013
Such a capability is documented as possible on Unix. Please see the engOpen Reference Page and look for how the startcmd string uses rsh on Unix. On Windows, the MATLAB Engine interface uses the COM interface, and I'm not sure if it's possible to invoke a COM Server over a network.
2 Commenti
Konrad Malkowski
il 12 Mar 2013
It might be possible to use DCOM on Windows but I am not an expert on that... :-(
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!