Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Hi, I have a uitable in a GUI, and after the user enters text, I would like to clear the contents of the uitable to allow the user to reenter data into the table.

1 vue (au cours des 30 derniers jours)
Vandana Ramdeo
Vandana Ramdeo le 19 Déc 2013
Clôturé : MATLAB Answer Bot le 20 Août 2021
How can I clear the contents of the uitable without changing the data type of the table. The code I am using to do clear the tables so far is set (handles.uitable1, 'data', cell(size(get(handles.uitable1,'data')))); However, when I use this to code to clear the table and when the user tries to enter text into the table a NaN error is coming up. Any suggestions on how to fix this please? I already tried inserting this line of code; set (handles.uitable1, 'data', cell(size(get(handles.uitable1,'data')))); set(handles.uitable1, 'ColumnFormat', 'char'); but the error still exists.

Réponses (0)

Cette question est clôturée.

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by