Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How to make an option to run the app from the beginning ?

1 回表示 (過去 30 日間)
André Magrinho
André Magrinho 2016 年 1 月 24 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I have an app that is basically a clock, a chronometer and a reminder, and it runs in a choice = menu basis. I would like to know if there is a way to ask the user if he wants to run the app from the beginning without closing the app because, every time the user chooses one option and completes it, the program closes and i would like the user to have the power to choose if he wants to choose another option too

回答 (1 件)

Walter Roberson
Walter Roberson 2016 年 1 月 24 日
Put a while() loop or for() loop around the prompt and activity.

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by