MATLAB: How i pass data from one GUI to another

passing data

I saw a lot of videos and they are confusing…i've done some formulas and i have 10 answers…these 10 answers i want to be in my other GUI.I want simple code example …. for answers like a=1 b=2 c=3 d=4 these to be in the other GUI and if i write a formula X=a+b+c+d i dont need to define again the value of a, b, c, d. Thank you very much i'm new at this.

Best Answer

Pass them in via the argument list.
Related Question