Info

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

passing the values between two guis

2 views (last 30 days)
Vinod G
Vinod G on 11 Jul 2012
Closed: MATLAB Answer Bot on 20 Aug 2021
how to pass the obtained value from from static box of gui to another static box present in another gui window??

Answers (1)

Arthur
Arthur on 11 Jul 2012
You can use setappdata and getappdata.
This is nicely explained here by Doug:

Tags

Community Treasure Hunt

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

Start Hunting!