automatic keyboard key press function
4 ビュー (過去 30 日間)
古いコメントを表示
Is there a way to get MATLAB to automatically press a specific keyboard key?
Reason: I am trying to get an image of the Simulink Model during a simulation and at the point which I need to save the model to a picture, it isn't in the view of the full system.
I don't want the user to have to stop and View > Fit System to View for every time the simulation needs to save a picture. During one simulation it might have to do this 96 times.
I need MATLAB to press the space key, which is the fastest way to Fit System to View since at the point of saving the window is the active window.
Thanks
0 件のコメント
回答 (1 件)
Jan
2011 年 8 月 4 日
I assume there is a way to start the method programmatically also, but you can use the Java robot to simulate a kepress. See e.g.:
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!