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