Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

How to plot Table data in to GUI window using Timer function with out creating new figure window

1 view (last 30 days)
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 Comment
Geoff Hayes
Geoff Hayes on 26 Nov 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.

Answers (0)

This question is closed.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!