フィルターのクリア

app designer: save Table when i close

1 回表示 (過去 30 日間)
Luca Re
Luca Re 2023 年 6 月 15 日
移動済み: Cris LaPierre 2023 年 6 月 15 日
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

回答 (1 件)

Luca Re
Luca Re 2023 年 6 月 15 日
移動済み: Cris LaPierre 2023 年 6 月 15 日
i found solution:
function UIFigureCloseRequest(app, event)
delete(app)
disp(" i'm closing");
end

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by