Borrar filtros
Borrar filtros

app designer: save Table when i close

3 visualizaciones (últimos 30 días)
Luca Re
Luca Re el 15 de Jun. de 2023
Movida: Cris LaPierre el 15 de Jun. de 2023
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

Respuestas (1)

Luca Re
Luca Re el 15 de Jun. de 2023
Movida: Cris LaPierre el 15 de Jun. de 2023
i found solution:
function UIFigureCloseRequest(app, event)
delete(app)
disp(" i'm closing");
end

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by