Effacer les filtres
Effacer les filtres

How to add data to an existing UITable in app designer?

25 vues (au cours des 30 derniers jours)
piston_pim_offset
piston_pim_offset le 27 Nov 2023
Réponse apportée : Voss le 27 Nov 2023
Data is loaded to UITable from an Excel file with startupfcn, then some more data is needed to be written to the same UITable. When l try to add more data, the previous data vanishes. l am looking for something like in writematrix('WriteMode','append').

Réponses (1)

Voss
Voss le 27 Nov 2023
old_data = app.UITable.Data;
app.UITable.Data = [old_data; new_data];

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by