Launching MATLAB from Visual studio 2010 as an Automation Server in Desktop Mode
4 ビュー (過去 30 日間)
古いコメントを表示
I am able to interface c code developed using visual studio 2010 and matlab automation server. But the matlab desktop application does not load, just the matlab command window. How can we tweak engOpen to call matlab desktop application and not just the command window?
-Anthony
0 件のコメント
採用された回答
Kaustubha Govind
2012 年 4 月 25 日
Since the MATLAB Engine API on Windows uses COM anyway, perhaps you could use the automation server interface directly? See Launching MATLAB as an Automation Server in Desktop Mode.
I don't think there is a way to start with the desktop using the Engine API, but you can use the "desktop" command to launch the desktop after you start MATLAB using engOpen.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Call MATLAB from C についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!