automatic keyboard key press function
4 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Jan
on 4 Aug 2011
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 Comments
See Also
Categories
Find more on Desktop in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!