MATLAB CST Interface in Linux
显示 更早的评论
Hlw I was using the following command "cst = actxserver('CSTStudio.application');
mws = cst.invoke('NewMWS');";
to incorporate MATLAB with CST in Windows and it worked perfectly.However when I was trying to do it in linux it is showing error.Would you please suggest how I can I do it in Linux or is it possible to do it Linux.
回答(1 个)
Walter Roberson
2024-6-26
It is not possible to do on Linux. actxserver() is available only on windows
COM functions are available on Microsoft Windows® systems only.
2 个评论
Mashrur Zawad
2024-6-27
编辑:Mashrur Zawad
2024-6-28
Walter Roberson
2024-6-28
Sorry, I am not familiar with that product, and all the documentation is hidden behind a login screen.
类别
在 帮助中心 和 File Exchange 中查找有关 Performance and Memory 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!