Excel automation and Matlab automation server
2 次查看(过去 30 天)
显示 更早的评论
I did a simple excel macro which runs matlab functions sucessfully in a machine with Matlab installed.
Now I want to run it in a computer without matlab, with "MATLAB Compiler Run Time" installed. I can add the Matlb automation server type file (mlapp.tlb) sucessfully, but when I try to run it, I get this error: "ActiveX component can't create object"
In this line: Set matlab = New MLApp.MLApp
Do you know what is missing?
Thanks
0 个评论
采纳的回答
Friedrich
2011-7-8
You can’t use the MCR as MATLAB Automation Server! This wouldn't make any sense since one wouldn't need to buy MATLAB any more!
Using MATLAB Automation Server requires an installed ML on the system. Maybe consider using MATLAB Builder for EX:
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Use COM Objects in MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!