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

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

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.

Asked:

on 26 Nov 2014

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!