Feeds
提问
Matlab Automation COM server Deployment Issue : Works only on Host PC
Hello, I have an issue deploying my C# software that references the MlApp.dll COM server. The problem is that when I compile ...
13 years 前 | 0 个回答 | 0
0
个回答已回答
How to Quit MATLAB using C# & COM?
I use: public static MLApp.MLApp matlab; matlab = new MLApp.MLApp(); matlab.Execute("exit");
How to Quit MATLAB using C# & COM?
I use: public static MLApp.MLApp matlab; matlab = new MLApp.MLApp(); matlab.Execute("exit");
13 years 前 | 0
