Switch-Case Statements
Users are encouraged to read through the following primers:
Switch-Case Statements Primer
Switch-Case Statements Examples
Users are encouraged to work through the following suggested exercises:
Switch-Case Statements Exercises
Using switch-case-otherwise-end statements
Tutorials
MATLAB programs
Determine the corresponding semester of a given month
semestersoftheyear.m
Create a menu to convert given length in meters to feet or yards
menulengthunitconversion.m (using a menu)
dlglengthunitconversion.m (using a dialog question box)