app designer: save Table when i close

hi, i want salve table when i close it
which callback i call?
here an example...i close this table and i want save me data

Réponses (1)

shamal
shamal le 15 Juin 2023
Déplacé(e) : Cris LaPierre le 15 Juin 2023

0 votes

i found solution:
function UIFigureCloseRequest(app, event)
delete(app)
disp(" i'm closing");
end

Catégories

Question posée :

le 15 Juin 2023

Déplacé(e) :

le 15 Juin 2023

Community Treasure Hunt

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

Start Hunting!

Translated by