app designer: save Table when i close

3 views (last 30 days)
shamal
shamal on 15 Jun 2023
Moved: Cris LaPierre on 15 Jun 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

Answers (1)

shamal
shamal on 15 Jun 2023
Moved: Cris LaPierre on 15 Jun 2023
i found solution:
function UIFigureCloseRequest(app, event)
delete(app)
disp(" i'm closing");
end

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!