MATLAB: Transport cell between functions

cell global handles gui

Hi, is there any way to make trasport cell between functions in GUI? It works fine if the cell is global variable. But its not working if i want to store cell in handles variable. I prefere not to use global variables. Thanks!!

Best Answer

Try
evalin
assignin
Related Question