Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

handles.tab not define in other GUI files

조회 수: 1 (최근 30일)
Alex
Alex 2014년 1월 7일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi everyone,
I have a GUI where I display a table:
set(handles.tableauData, 'Data', tab);figure(gcf)
tab is define as global variable.
In another GUI files , I change somes values of my table tab. I would like to re-set the table which is display in the other GUI when in click on the button, so in the callback of my button I do:
set(handles.tableauData, 'Data', tab);figure(gcf)
But matlab says that handles.tableauData is unknow in my file file GUI, how can I do?
Thank you for your help

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by