Share variables among my different GUI's

1 view (last 30 days)
Hello,
I have a GUI wich consists in 3 different GUI's.
Imagine: i want to declarrate in the first GUI a=100. Then, in the second GUI i want to use this variable "a", like this f=a+300.
how can i access the variable "a" from the second GUI ?
thanks a lot.

Accepted Answer

rodrigo
rodrigo on 25 Oct 2013
I have founded a webpage that help me to solve this problem! Very simple solution and very easy to implement..
Take a look to this document.

More Answers (1)

Vivek Selvam
Vivek Selvam on 23 Oct 2013
This link may be of help.

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!