automatic keyboard key press function
Mostrar comentarios más antiguos
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
Respuestas (1)
Jan
el 4 de Ag. de 2011
0 votos
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.:
Categorías
Más información sobre Desktop en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!