Access of Data GUI

1 view (last 30 days)
Melvin
Melvin on 9 Oct 2012
Hi everyone. I have two push buttons in my gui and a table. Let's name them as push1 and push2. What I want to happen is, whenever I click push1, it gets the data from the table which I know how to code (direct way). Then I will push push2. I want push2 to access as well the values from the table but not in a direct way. So what should I do so that I can access the values from the table when I click push2 without directly getting it from the table but because I clicked push1 before clicking push2? Thank you everyone

Accepted Answer

Walter Roberson
Walter Roberson on 9 Oct 2012

More Answers (0)

Categories

Find more on Environment and Settings in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!