MATLAB: Communication between m-files

.m filescommunicationdata importexportloadsave

hey Guys, I am trying to build a GUI for an existing matlab-programm.Now my question is: how can I import/export Data ?
e.g. If I change the Value of an RadioButton in my GUI.m. How does CALCULATE.m gets the information ? Right now I am working with Save() and load(). Is there a faster way ?

Best Answer

Related Question