How to create a display menu

3 views (last 30 days)
iran jamm
iran jamm on 6 Apr 2020
Commented: Geoff Hayes on 6 Apr 2020
I need to create a function that inputs the loop number (float, scalar). It should first clear the screen (unless it is the first loop) then it should show, using fprintf, in a formatted way the menu for the program (Change Options, View Options, Show Cards, and ExitGame). Then the function asks the user for which option they want (string) and outputs it from the function.
  1 Comment
Geoff Hayes
Geoff Hayes on 6 Apr 2020
This sounds like homework...so what have you tried so far? Have you created your function with the appropriate input parameters?

Sign in to comment.

Answers (0)

Categories

Find more on Startup and Shutdown 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!