running MATLAB on a Linux machine, can use the function like " WScript.Shell" COM interface to send keystrokes to your application
古いコメントを表示
i would like do many things to coupling between Matlab and antoher simulation
i am facing that i need to save as data first throught Paraview and got the output as input data to MATLAB
if there any function that can send keystrokes to my application?
採用された回答
その他の回答 (1 件)
Walter Roberson
2019 年 7 月 10 日
Java Robot class.
In a more batch environment, there are approaches using pseudo terminal (pty) including possibilities such as using ksh coprocess facilities such as
print -p stuff to send
2 件のコメント
vaya putra
2019 年 7 月 10 日
Walter Roberson
2019 年 7 月 10 日
You have to send mouse moves to position over the para vision window, presuming you know where it is.
Remember to send the key release events like I mentioned before.
カテゴリ
ヘルプ センター および File Exchange で View and Analyze Simulation Results についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!