Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

handles.tab not define in other GUI files

1 visualización (últimos 30 días)
Alex
Alex el 7 de En. de 2014
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by