how to reset and reload app in AppDesigner
25 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I click on Button "Avvio Predator" and it load app..
Inside in my app i want to reset and reload it..
How can i do it?
i try o call this function to reset it :
function ResetTableButtonPushed(app, event)
app.startupFcn(app);
end
but it give me error
1 Kommentar
Sai Teja G
am 19 Feb. 2024
Can you check this out - https://www.mathworks.com/matlabcentral/answers/519702-app-designer-how-to-startup-within-the-app
Antworten (0)
Siehe auch
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!