MATLAB CST Interface in Linux

조회 수: 6 (최근 30일)
Mashrur Zawad
Mashrur Zawad 2024년 6월 26일
댓글: Walter Roberson 2024년 6월 28일
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
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
Mashrur Zawad 2024년 6월 27일
편집: Mashrur Zawad 2024년 6월 28일
Hlw.Thanks for the response.Would please let me know is there any other command I can use to incorporate MATLAB and CST in Linux
Walter Roberson
Walter Roberson 2024년 6월 28일
Sorry, I am not familiar with that product, and all the documentation is hidden behind a login screen.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by