tags:

views:

59

answers:

2

I want to plot of data generated through push button action on one GUI into another GUI's axes object. Please let me know how can i do that?

+1  A: 

This blog post might help steer you in the right direction. You basically need to pass the axes handles from your first gui to your data generation gui, and then update them in the second gui.

Doresoom
A: 

This video could help also.

MatlabDoug

related questions