필터 지우기
필터 지우기

app designer: save Table when i close

조회 수: 3 (최근 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 CenterFile Exchange에서 Develop 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