Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
How to plot Table data in to GUI window using Timer function with out creating new figure window
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Dear sir,
I am using MATLAB GUI for scheduled Data Update using timer. Timer function works fine but it creates new figure window and plotting the Table data.I am unable to plot in to same GUI where push buttons are created.Timer function works every hour as per scheduled interval.Kindly suggest me how to do it.
With regards
P.Thangarasu
1 comentario
Geoff Hayes
el 26 de Nov. de 2014
Please post the code that you are using in your timer so that we can see how you are plotting the data. Probably what you need to do is just specify the axes (perhaps handles.axes1) that you wish to plot the data to.
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!