Clear Filters
Clear Filters

how to reset and reload app in AppDesigner

24 views (last 30 days)
Trop Trader
Trop Trader on 16 Feb 2024
Commented: Sai Teja G on 19 Feb 2024
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

Answers (0)

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!