Info

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

Data sharing between two GUIs

1 view (last 30 days)
ericson
ericson on 5 Feb 2014
Closed: MATLAB Answer Bot on 20 Aug 2021
I have 2 GUIs which needs to exchange data in real-time, how can I exchange multiple datas between GUIs?

Answers (1)

Amit
Amit on 5 Feb 2014
You can use setappdata and getappdata

Community Treasure Hunt

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

Start Hunting!