I want to access other application features from matlab like how we are creating and editing word documents from matlab. can any one tell me how to do that
3 次查看(过去 30 天)
显示 更早的评论
I want to access other application features from matlab like how we are creating and editing word documents from matlab. can any one tell me how to do that
We have one appication called EA(Enterprize Architect) which is used to make data flow diagram for code. I want to make that task automate. So Please help me
0 个评论
回答(2 个)
Walter Roberson
2016-11-10
You need to use a call to activexserver(). Everything after that depends on the COM object model that the software provides .
2 个评论
Walter Roberson
2016-11-10
No, you can use anything that has created a Component Object Model interface.
"The Automation Interface lets you access the internals of Enterprise Architect models. Any development environment capable of generating ActiveX Com clients can be used to connect to Enterprise Architect's Automation Interface. "
Image Analyst
2016-11-10
You can use ActiveX to control any application that was built with having ActiveX capability built in, which is a number of apps, not just Microsoft ones. Of course the Microsoft apps are probably the best in the world for having ActiveX functionality since they invented it. For example apps that let you drag and drop some file into them, that sort of thing - they probably have ActiveX. I attach an Excel demo where I let you control Excel from MATLAB.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 ActiveX 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!