CS 211 Lesson 31

Menus

Quote:

The pessimist sees difficulty in every opportunity. The optimist sees the opportunity in every difficulty. Winston Churchill

Lesson Objectives:

Lesson:

I. MATLAB Concepts

A. GUI menus

B. Standard menus

Property Description Options
'Enabled' Can the user select the menu item? 'on' or 'off'
'Visible' Can the user see the menu item? 'on' or 'off'
'Checked' Shows a check mark in front of the menu item? This can be used to indicate whether a menu option is 'on' or 'off' 'on' or 'off'
'Accelerator' Allows a user to select the menu item using a CTRL-? key keyboard input. letters A-Z

C. Context menus

D. MATLAB pcode

II. Good Programming Practices

III. Algorithms

Lab Work: Lab 31

References:  Chapman Textbook: section 10.7-10.9