Transport cell between functions

조회 수: 1 (최근 30일)
Jakub
Jakub 2013년 4월 11일
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!!

채택된 답변

Yao Li
Yao Li 2013년 4월 11일
Try
evalin
assignin
  댓글 수: 1
Jakub
Jakub 2013년 4월 11일
assignin used with setappdata and getappdata works perfect!! thanks!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by