フィルターのクリア

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