Transport cell between functions

1 view (last 30 days)
Jakub
Jakub on 11 Apr 2013
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!!

Accepted Answer

Yao Li
Yao Li on 11 Apr 2013
Try
evalin
assignin
  1 Comment
Jakub
Jakub on 11 Apr 2013
assignin used with setappdata and getappdata works perfect!! thanks!

Sign in to comment.

More Answers (0)

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!